Skip to content

Commit e5610d2

Browse files
authored
Merge pull request #13 from vigasdeep/dependabot/github_actions/docker/build-push-action-6.5.0
Bump docker/build-push-action from 5.0.0 to 6.5.0
2 parents c65dc5d + 684d639 commit e5610d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# https://github.com/docker/build-push-action
8282
- name: Build and push Docker image
8383
id: build-and-push
84-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
84+
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
8585
with:
8686
context: .
8787
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)