Skip to content

Commit 7c187a8

Browse files
authored
Merge pull request #97 from bwbohl/dependabot/github_actions/docker/build-push-action-6.11.0
Bump docker/build-push-action from 6.7.0 to 6.11.0
2 parents 0dc22a9 + 8df9e4b commit 7c187a8

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
@@ -100,7 +100,7 @@ jobs:
100100
- name: Build and push Docker image
101101
#if: github.event_name != 'pull_request'
102102
id: build-and-push
103-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
103+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
104104
with:
105105
context: .
106106
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)