Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ebf7474

Browse files
authoredAug 8, 2023
chore(deps): update docker/build-push-action digest to 19184b9
1 parent 89be41a commit ebf7474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Build and push Docker image with Buildx (don't push on PR)
4949
# https://github.com/docker/build-push-action
5050
- name: Build and push Docker image
51-
uses: docker/build-push-action@7944f9a25be0279b7713908f16090a214db107ef
51+
uses: docker/build-push-action@19184b90caddfee566cb0752d7b77a315cb9cc30
5252
with:
5353
context: .
5454
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)
Please sign in to comment.