We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bb8b0 commit 17446ddCopy full SHA for 17446dd
1 file changed
.github/workflows/docker-publish.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
67
tags: |
68
- ${{ github.event_name == 'pull_request' && 'type=ref,event=pr' || 'type=sha' }}
+ ${{ github.event_name == 'pull_request' && 'type=ref,event=pr' || 'type=ref,event=branch' }}
69
70
# Build and push Docker image with Buildx
71
# https://github.com/docker/build-push-action
0 commit comments