Skip to content

Commit 80418fb

Browse files
authored
Merge pull request #128 from kusold/dependabot/github_actions/docker/build-push-action-6.9.0
Bump docker/build-push-action from 5.4.0 to 6.9.0
2 parents b3ca633 + 8cdb6bf commit 80418fb

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
@@ -80,7 +80,7 @@ jobs:
8080
# https://github.com/docker/build-push-action
8181
- name: Build and push Docker image
8282
id: build-and-push
83-
uses: docker/build-push-action@v5.4.0
83+
uses: docker/build-push-action@v6.9.0
8484
with:
8585
context: .
8686
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)