Skip to content

Commit 3902ffa

Browse files
committed
Fix Workflow Tagging
1 parent e4163e9 commit 3902ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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:${{ env.TAG }}

0 commit comments

Comments
 (0)