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

Commit 06a3422

Browse files
build(deps): bump docker/build-push-action from 3.0.0 to 3.3.0 (#292)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.0.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dwi Siswanto <[email protected]>
1 parent 5c3cff0 commit 06a3422

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.0.0
50+
uses: docker/build-push-action@v3.3.0
5151
with:
5252
push: true
5353
build-args: "VERSION=${{ github.ref_name }}"

0 commit comments

Comments
 (0)