Skip to content

Commit 18273d5

Browse files
Update docker/build-push-action digest to 11be14d
1 parent 3b4e34e commit 18273d5

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@11be14d908760a0756f045980728ec5fb7880f74
5555
with:
5656
context: .
5757
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)