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 7010df9 commit 4d90a0bCopy full SHA for 4d90a0b
.github/workflows/docker-publish.yml
@@ -72,7 +72,7 @@ jobs:
72
# https://github.com/docker/build-push-action
73
- name: Build and push Docker image
74
id: build-and-push
75
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
76
with:
77
context: .
78
push: ${{ github.event_name != 'pull_request' }}
0 commit comments