Skip to content

Commit 36ff988

Browse files
Bump docker/build-push-action from 3.0.0 to 3.1.0 (#307)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.0.0...v3.1.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>
1 parent f7e308a commit 36ff988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3737

3838
- name: Build and push container image
39-
uses: docker/build-push-action@v3.0.0
39+
uses: docker/build-push-action@v3.1.0
4040
with:
4141
context: .
4242
push: true

0 commit comments

Comments
 (0)