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:
parent
34da9e2dfa
commit
f6871f046e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-container.yml
vendored
4
.github/workflows/build-container.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue