Skip to content

Commit 48bb74f

Browse files
committed
Add edge branch trigger to Docker publish workflow
1 parent 2693b34 commit 48bb74f

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
@@ -140,6 +140,7 @@ jobs:
140140
tags: |
141141
type=schedule,pattern={{date 'YYYY-MM-DD'}}
142142
type=ref,event=tag
143+
type=edge,branch=$repo.default_branch
143144
144145
- name: Create manifest list and push
145146
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)