Skip to content

Commit

Permalink
ci: fix push image through aevea/action-kaniko
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmontufar committed Jan 2, 2025
1 parent d66442f commit 63beb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
- name: Kaniko Push
uses: aevea/action-kaniko@be5ce625a52485739db88cc75ebb8a9f8d269bd4
with:
image: "${{ vars.IMAGE_NAME }}:kaniko"
image: "${{ vars.IMAGE_NAME }}"
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 63beb64

Please sign in to comment.