Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 9600c56

Browse files
Bump docker/build-push-action from 2.10.0 to 3.1.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ac9327e...c84f382) --- 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]>
1 parent 0410d5a commit 9600c56

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
@@ -67,7 +67,7 @@ jobs:
6767
# https://github.com/docker/build-push-action
6868
- name: Build and push Docker image
6969
id: build-and-push
70-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
70+
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
7171
with:
7272
context: .
7373
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)