From 4af3b0768505c0e0eae4ca3c79e52cacc860fdb4 Mon Sep 17 00:00:00 2001 From: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:32:38 +0200 Subject: [PATCH] Set kaniko action version to x.y.z format --- .github/workflows/container-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-build.yaml b/.github/workflows/container-build.yaml index 10b0dd0..fad0319 100644 --- a/.github/workflows/container-build.yaml +++ b/.github/workflows/container-build.yaml @@ -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 }}