Skip to content

Commit

Permalink
ci: testing push image through kaniko
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmontufar committed Jan 2, 2025
1 parent ea4af63 commit 1535b10
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 @@ -39,7 +39,7 @@ jobs:
- name: Kaniko build
uses: bymarshall/kaniko-action@6edc73ab8e4d4ff3a2a6f867f0e883a5ba90d710
with:
push: false
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
tar_file: image.tar
Expand Down

0 comments on commit 1535b10

Please sign in to comment.