build(deps): bump docker/build-push-action
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 2a53c6ccda456d31fb62eedc658aae06e238b7bd.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](f2a1d5e99d...2a53c6ccda
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b77d708548
commit
f4ef37df09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-container.yml
vendored
2
.github/workflows/build-container.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
- name: "Build and push Docker image"
|
||||
id: push
|
||||
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
|
||||
uses: docker/build-push-action@2a53c6ccda456d31fb62eedc658aae06e238b7bd
|
||||
with:
|
||||
context: ${{ github.workspace }}/container/lighthouse-ci-server
|
||||
file: ${{ github.workspace }}/container/lighthouse-ci-server/Dockerfile
|
||||
|
|
Loading…
Reference in a new issue