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 436e136 commit 010b44cCopy full SHA for 010b44c
.github/workflows/publishImage.yml
@@ -50,7 +50,7 @@ jobs:
50
${{ vars.GHCR_IMAGE_NAME }}
51
# generate Docker tags based on the following events/attributes
52
tags: |
53
- type=raw,value=latest,enable=${{ {{tag}} != '' }}
+ type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}
54
type=ref,event=branch,enable=${{ !endsWith(github.ref, 'main') }}
55
type=semver,pattern={{version}}
56
# type=raw,value=latest,enable=${{ endsWith(github.ref, 'main') }}
0 commit comments