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 643dc38 commit ed9faecCopy full SHA for ed9faec
.github/workflows/push-image-ghcr.yml
@@ -39,6 +39,7 @@ jobs:
39
with:
40
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41
tags: |
42
+ type=raw,value=latest
43
type=sha,enable=true,priority=100,prefix=,suffix=,format=short
44
type=semver,pattern={{version}},value=${{ github.ref_name }}
45
0 commit comments