Update docker/build-push-action action to v6.13.0

This commit is contained in:
renovate-rancher[bot] 2025-01-25 04:36:05 +00:00 committed by GitHub
parent 14402e2997
commit 77452967c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ jobs:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
- name: Build image
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
id: build-image
with:
context: .
@ -128,7 +128,7 @@ jobs:
with:
images: ${{ env.IMAGE_REPO }}
- name: Build and push
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
id: build-push
with:
context: .

View File

@ -21,7 +21,7 @@ jobs:
newest=$(head -n 1 versions.txt)
echo "KUBECTL_VERSION=$newest" >> $GITHUB_ENV
- name: Build image
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
id: build-image
with:
context: .