CI(deps): Update docker/build-push-action action to v6.9.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-15 08:40:53 +00:00 committed by GitHub
parent 86f134978c
commit 49c740d00a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: 'Build and push Docker image'
id: push
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.9.0
with:
context: ${{ github.workspace }}/container/lighthouse-ci-server
file: ${{ github.workspace }}/container/lighthouse-ci-server/Dockerfile
@ -77,7 +77,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: 'Build and push Docker image'
id: push
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.9.0
with:
context: ${{ github.workspace }}/container/copybara
file: ${{ github.workspace }}/container/copybara/Dockerfile