Skip to content

Commit 269cc24

Browse files
chore(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 (#110)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@bcafcac...f9f3042) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13b3ce5 commit 269cc24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "WORKER_IMAGE=${REGISTRY}/${REPO_LOWER}/sovra-worker" >> "$GITHUB_ENV"
5050
5151
- name: Build and push web image
52-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
52+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
5353
with:
5454
context: .
5555
file: packages/web/Dockerfile
@@ -61,7 +61,7 @@ jobs:
6161
cache-to: type=gha,mode=min,scope=web
6262

6363
- name: Build and push worker image
64-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
64+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf
6565
with:
6666
context: packages/worker
6767
file: packages/worker/Dockerfile

0 commit comments

Comments
 (0)