We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68474f commit 51f6fdaCopy full SHA for 51f6fda
.github/workflows/ghcr-deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
images: ghcr.io/amfoss/amd
39
tags: |
40
# set latest tag for master branch
41
- type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }},priority=2000
+ type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }},priority=2000
42
type=schedule,pattern={{date 'YYYYMMDD'}}
43
type=ref,event=tag
44
type=ref,event=pr
0 commit comments