Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit c687ade

Browse files
build(deps): bump docker/build-push-action from 3.3.0 to 4.0.0 (#300)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.3.0...v4.0.0) --- 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 0c848c0 commit c687ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: "Build and push"
4949
id: docker_build
50-
uses: docker/build-push-action@v3.3.0
50+
uses: docker/build-push-action@v4.0.0
5151
with:
5252
push: true
5353
build-args: "VERSION=${{ github.ref_name }}"

0 commit comments

Comments
 (0)