Skip to content

Commit 17446dd

Browse files
authored
Update docker-publish.yml
1 parent f9bb8b0 commit 17446dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767
tags: |
68-
${{ github.event_name == 'pull_request' && 'type=ref,event=pr' || 'type=sha' }}
68+
${{ github.event_name == 'pull_request' && 'type=ref,event=pr' || 'type=ref,event=branch' }}
6969
7070
# Build and push Docker image with Buildx
7171
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)