From d5411e00f6850da582aaa98086b798bf2ae30cb2 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 27 Apr 2026 10:11:33 +0100 Subject: [PATCH] workflows: Fix version on pinned action docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f seemed to be given the wrong version in the comment, so update this to be correct Signed-off-by: stevenhorsman --- .github/workflows/build-kubectl-image.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-kubectl-image.yaml b/.github/workflows/build-kubectl-image.yaml index fa75aabd62..72930221cb 100644 --- a/.github/workflows/build-kubectl-image.yaml +++ b/.github/workflows/build-kubectl-image.yaml @@ -67,7 +67,7 @@ jobs: type=sha,prefix= - name: Build and push multi-arch image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: tools/packaging/kubectl/ file: tools/packaging/kubectl/Dockerfile diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46f62248f6..e84e245912 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -216,7 +216,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Docker build and push - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: tags: ghcr.io/kata-containers/test-images:unencrypted-${{ inputs.pr-number }} push: true