Skip to content

Commit e4163e9

Browse files
committed
Fix Workflow Tagging
1 parent 5a5db1f commit e4163e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
with:
4949
platforms: linux/amd64,linux/arm64
5050
push: true
51-
tags: docker.io/datastax/pulsar-admin-console:${TAG}
51+
tags: docker.io/datastax/pulsar-admin-console:${{ TAG }}

0 commit comments

Comments
 (0)