Skip to content

Commit cb62e4a

Browse files
Bump docker/build-push-action from 2.5.0 to 3.1.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ad44023...c84f382) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 788e1eb commit cb62e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# https://github.com/docker/build-push-action
8484
- name: Build and push Docker image
8585
id: build-and-push
86-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
86+
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
8787
with:
8888
context: .
8989
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)