Skip to content

Commit f12ab59

Browse files
ci: correct interpolation for tags
1 parent 92c7f8b commit f12ab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3434
tags: |
35-
type=raw,value={{ github.sha }}
35+
type=raw,value=${{ github.sha }}
3636
labels: true
3737
annotations: true
3838
- name: Prepare Metadata (release tag)

0 commit comments

Comments
 (0)