We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bae3a3 commit 31e90d6Copy full SHA for 31e90d6
1 file changed
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41
tags: |
42
- type=raw,value={{tag}},enable=${{ startsWith(github.ref, 'refs/tags/') }}
+ type=ref,event=tag
43
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
44
45
- name: Build and push Docker image
0 commit comments