Skip to content

Commit 768c5fd

Browse files
committed
Add branch event type to Docker publish workflow tags
1 parent 874241f commit 768c5fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
${{ env.GHCR_REPO }}
145145
tags: |
146146
type=schedule,pattern={{date 'YYYY-MM-DD'}}
147+
type=ref,event=branch
147148
type=ref,event=tag
148149
type=edge,branch=main
149150
type=sha

0 commit comments

Comments
 (0)