Skip to content

Commit 51f6fda

Browse files
committed
fix: deployment action
1 parent d68474f commit 51f6fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
images: ghcr.io/amfoss/amd
3939
tags: |
4040
# set latest tag for master branch
41-
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }},priority=2000
41+
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }},priority=2000
4242
type=schedule,pattern={{date 'YYYYMMDD'}}
4343
type=ref,event=tag
4444
type=ref,event=pr

0 commit comments

Comments
 (0)