We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f263a commit 25cb561Copy full SHA for 25cb561
.github/workflows/docker-publish.yml
@@ -69,7 +69,7 @@ jobs:
69
# https://github.com/docker/build-push-action
70
- name: Build and push Docker image
71
id: build-and-push
72
- uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
+ uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
73
with:
74
context: .
75
push: ${{ github.event_name != 'pull_request' }}
0 commit comments