Skip to content

Commit 7f98c42

Browse files
build(deps): bump docker/build-push-action from 3 to 4 (#204)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afa2c53 commit 7f98c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
yarn --cwd='/work' install --silent && yarn --cwd='/work' build
6464
- name: Build and push image
65-
uses: docker/build-push-action@v3
65+
uses: docker/build-push-action@v4
6666
with:
6767
context: .
6868
file: ./build/release.dockerfile

0 commit comments

Comments
 (0)