Skip to content

Commit 93bedb3

Browse files
authored
Merge pull request #98 from bwbohl/dependabot/github_actions/docker/build-push-action-6.12.0
Bump docker/build-push-action from 6.11.0 to 6.12.0
2 parents d958db2 + 10275db commit 93bedb3

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@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
103+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
104104
with:
105105
context: .
106106
push: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)