Skip to content

Commit 5a5db1f

Browse files
committed
Fix Workflow Tagging
1 parent 7d2c1a1 commit 5a5db1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-container-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- fix-tagging
78
tags:
89
- '[0-9]+.[0-9]+.[0-9]+*'
910
workflow_dispatch: # Manual Trigger
@@ -47,4 +48,4 @@ jobs:
4748
with:
4849
platforms: linux/amd64,linux/arm64
4950
push: true
50-
tags: docker.io/datastax/pulsar-admin-console:$TAG
51+
tags: docker.io/datastax/pulsar-admin-console:${TAG}

0 commit comments

Comments
 (0)