Skip to content

Commit 19ccfcc

Browse files
authoredMar 3, 2025
Fix tagging (#109)
1 parent 7d2c1a1 commit 19ccfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
platforms: linux/amd64,linux/arm64
4949
push: true
50-
tags: docker.io/datastax/pulsar-admin-console:$TAG
50+
tags: docker.io/datastax/pulsar-admin-console:${{ env.TAG }}

0 commit comments

Comments
 (0)