We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2c1a1 commit 19ccfccCopy full SHA for 19ccfcc
.github/workflows/release-container-image.yml
@@ -47,4 +47,4 @@ jobs:
47
with:
48
platforms: linux/amd64,linux/arm64
49
push: true
50
- tags: docker.io/datastax/pulsar-admin-console:$TAG
+ tags: docker.io/datastax/pulsar-admin-console:${{ env.TAG }}
0 commit comments