We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7369a commit 49e3ea0Copy full SHA for 49e3ea0
.github/workflows/publish-docker.yml
@@ -38,7 +38,7 @@ jobs:
38
images: ${{ env.REGISTRY }}/${{ github.repository }}
39
40
- name: Build Docker Image and Push to Container Registry
41
- uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
+ uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
42
with:
43
context: .
44
push: ${{ github.event_name != 'pull_request' }}
0 commit comments