Skip to content

Commit 690e700

Browse files
committed
Update docker-publish.yml to set edge tag branch to 'main' and add sha tag type
1 parent 48bb74f commit 690e700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ jobs:
140140
tags: |
141141
type=schedule,pattern={{date 'YYYY-MM-DD'}}
142142
type=ref,event=tag
143-
type=edge,branch=$repo.default_branch
143+
type=edge,branch=main
144+
type=sha
144145
145146
- name: Create manifest list and push
146147
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)