Skip to content

Commit

Permalink
Set kaniko action version to x.y.z format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Peiffer authored Oct 1, 2024
1 parent 42329e3 commit 4af3b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: int128/kaniko-action@v1
- uses: int128/kaniko-action@v1.45.0
with:
push: true
tags: ${{ steps.metadata.outputs.tags }}
Expand Down

0 comments on commit 4af3b07

Please sign in to comment.