Skip to content

Commit 89aedd0

Browse files
authored
ci: Fix release pipeline (#173)
1 parent eca0f59 commit 89aedd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
REGISTRY_IMAGE: ghcr.io/grafana/flagger-k6-webhook
1313
TAG_CONFIG: |
1414
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
15-
type=raw,value={{tag}},enable=${{ github.ref == 'refs/tags' && github.event_name == 'push' }}
15+
type=raw,value={{tag}},enable=${{ startsWith(github.ref, 'refs/tags/') && github.event_name == 'push' }}
1616
type=sha,enable=${{ github.event_name == 'pull_request' }}
1717
1818
jobs:

0 commit comments

Comments
 (0)