Merge pull request #199 from rancher/renovate/docker-build-push-action-6.x

Update docker/build-push-action action to v6.15.0
This commit is contained in:
Dan P. 2025-02-27 10:47:57 -05:00 committed by GitHub
commit 46ee5fc820
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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
id: build-image
with:
context: .