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

Update docker/build-push-action action to v6.4.0
This commit is contained in:
Dan 2024-07-16 13:06:21 -04:00 committed by GitHub
commit cb27b1a1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ jobs:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
- name: Build image
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
id: build-image
with:
context: .
@ -126,7 +126,7 @@ jobs:
with:
images: ${{ env.IMAGE_REPO }}
- name: Build and push
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
id: build-push
with:
context: .