Skip to content

Commit 31e90d6

Browse files
committed
fix(ci): Use correct metadata-action syntax for tag extraction
1 parent 4bae3a3 commit 31e90d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
tags: |
42-
type=raw,value={{tag}},enable=${{ startsWith(github.ref, 'refs/tags/') }}
42+
type=ref,event=tag
4343
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
4444
4545
- name: Build and push Docker image

0 commit comments

Comments
 (0)