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 ece2913 commit 790c21aCopy full SHA for 790c21a
.github/workflows/docker-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
34
tags: |
35
# set latest tag for main branch only
36
- type=raw,value=latest,enable=main
+ type=raw,value=latest,enable={{is_default_branch}}
37
type=ref,event=branch
38
type=sha
39
0 commit comments