build(deps): bump docker/build-push-action from 6.3.0 to 6.4.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
712257d20f
commit
2100740f36
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.4.1
|
||||||
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.4.1
|
||||||
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