Skip to content

Commit 9391b08

Browse files
BREAKING: The dependency docker/build-push-action has been updated to a new major version (v6.19.0), which may include breaking changes. #major
1 parent 0fa1a6d commit 9391b08

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
@@ -73,7 +73,7 @@ jobs:
7373
# https://github.com/docker/build-push-action
7474
- name: Build and push Docker image
7575
id: build-and-push
76-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
76+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
7777
with:
7878
context: .
7979
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)