CI(deps): Update docker/build-push-action action to v6.3.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f78f311269
commit
215a7a5beb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-container.yml
vendored
2
.github/workflows/build-container.yml
vendored
|
@ -42,7 +42,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.2.0
|
uses: docker/build-push-action@v6.3.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
|
||||||
|
|
Loading…
Reference in a new issue