Skip to content

Commit 1f6bd4e

Browse files
Update docker/build-push-action digest to 1dc7386
1 parent 3b4e34e commit 1f6bd4e

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
@@ -51,7 +51,7 @@ jobs:
5151
# Build and push Docker image with Buildx (don't push on PR)
5252
# https://github.com/docker/build-push-action
5353
- name: Build and push Docker image
54-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
54+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
5555
with:
5656
context: .
5757
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)