Skip to content

Commit b1c4188

Browse files
authored
Merge pull request #494 from jamesmoore/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents aa98584 + c699f03 commit b1c4188

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
@@ -89,7 +89,7 @@ jobs:
8989
# https://github.com/docker/build-push-action
9090
- name: Build and push Docker image
9191
id: build-and-push
92-
uses: docker/build-push-action@v6
92+
uses: docker/build-push-action@v7
9393
with:
9494
context: .
9595
push: true # ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)