workflows: Fix version on pinned action

docker/build-push-action@bcafcacb16
seemed to be given the wrong version in the comment, so
update this to be correct

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2026-04-27 10:11:33 +01:00
parent 063a13ccd0
commit d5411e00f6
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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