mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-14 16:17:08 +00:00
build(deps): bump docker/build-push-action
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 56932deb0a0db9d23e245320b1e45fec46b8d66f to 9311bf5263ae5b36f3ec67aff768790c6e2344ad.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](56932deb0a...9311bf5263
)
---
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
469f0d1448
commit
db332a3343
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
run: cp .env.production .env
|
run: cp .env.production .env
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@56932deb0a0db9d23e245320b1e45fec46b8d66f
|
uses: docker/build-push-action@9311bf5263ae5b36f3ec67aff768790c6e2344ad
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
run: cat .env
|
run: cat .env
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@56932deb0a0db9d23e245320b1e45fec46b8d66f
|
uses: docker/build-push-action@9311bf5263ae5b36f3ec67aff768790c6e2344ad
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue