We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9dad5 commit 8386a45Copy full SHA for 8386a45
.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@5cd11c3a4ced054e52742c5fd54dca954e0edd85
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
73
with:
74
context: .
75
push: ${{ github.event_name != 'pull_request' }}
0 commit comments