Skip to content

Commit a435d22

Browse files
committedSep 15, 2022
update: ci
1 parent c3d0676 commit a435d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
ghcr.io/${{ github.repository_owner }}/gzctf/gzctf
7373
gztime/gzctf
7474
tags: |
75-
latest,enable={{ startsWith(github.ref, 'refs/tags/v') }}
75+
latest,enable=${{ startsWith(github.ref, 'refs/tags/v') }}
7676
type=ref,event=branch
7777
type=semver,pattern={{raw}}
7878
type=sha,enable=true,priority=100,prefix=,suffix=,format=short

0 commit comments

Comments
 (0)
Please sign in to comment.