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

This commit is contained in:
renovate-rancher[bot] 2025-05-16 04:38:53 +00:00 committed by GitHub
parent 72406925f9
commit f441f9938d
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
id: build-image
with:
context: .