Skip to content

Commit d7759ca

Browse files
Merge pull request #101 from willtheorangeguy/dependabot/github_actions/docker/build-push-action-6.7.0
Bump docker/build-push-action from 6.6.0 to 6.7.0
2 parents 778e31d + 88e43b0 commit d7759ca

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
@@ -39,7 +39,7 @@ jobs:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040

4141
- name: Build and push Docker image
42-
uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e
42+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
4343
with:
4444
context: .
4545
push: true

0 commit comments

Comments
 (0)