Skip to content

Commit ba7ea68

Browse files
Bump docker/build-push-action from 2.10.0 to 4.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ac9327e...3b5e802) --- 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 13a1569 commit ba7ea68

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@3b5e8027fcad23fda98b2e3ac259d8d67585f671
8787
with:
8888
context: .
8989
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)