CI(deps): Update docker/build-push-action action to v6.7.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a6704b493a
commit
786cab8019
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 }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
- name: 'Build and push Docker image'
|
- name: 'Build and push Docker image'
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@v6.3.0
|
uses: docker/build-push-action@v6.7.0
|
||||||
with:
|
with:
|
||||||
context: ${{ github.workspace }}/container/lighthouse-ci-server
|
context: ${{ github.workspace }}/container/lighthouse-ci-server
|
||||||
file: ${{ github.workspace }}/container/lighthouse-ci-server/Dockerfile
|
file: ${{ github.workspace }}/container/lighthouse-ci-server/Dockerfile
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
- name: 'Build and push Docker image'
|
- name: 'Build and push Docker image'
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@v6.3.0
|
uses: docker/build-push-action@v6.7.0
|
||||||
with:
|
with:
|
||||||
context: ${{ github.workspace }}/container/copybara
|
context: ${{ github.workspace }}/container/copybara
|
||||||
file: ${{ github.workspace }}/container/copybara/Dockerfile
|
file: ${{ github.workspace }}/container/copybara/Dockerfile
|
||||||
|
|
Loading…
Reference in a new issue