Skip to content

Commit 398ffbc

Browse files
committed
fix: GHCR container tagging branch
1 parent 7faf893 commit 398ffbc

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/amMentor-backend
3939
tags: |
4040
# set latest tag for master branch
41-
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }},priority=2000
41+
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'production') }},priority=2000
4242
type=schedule,pattern={{date 'YYYYMMDD'}}
4343
type=ref,event=tag
4444
type=ref,event=pr

0 commit comments

Comments
 (0)