We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2c29c commit 17d28fbCopy full SHA for 17d28fb
manifest.json
@@ -6,7 +6,7 @@
6
},
7
"cardanosigner": {
8
"image": "ghcr.io/hyperledger/firefly-cardanosigner",
9
- "tag": "null",
+ "tag": "v0.6.1",
10
"sha": "b950c1d902d58f132f69f5b10aeb1623732de8db4d223534797be87766f123e9"
11
12
"ethconnect": {
manifestgen.sh
@@ -91,7 +91,7 @@ do
91
92
# If the tag / build number wasn't set in the label, use whatever docker tag we fetched
93
# This is done for backwards compatability, because not all images have labels yet
94
- if [ -z "$TAG_LABEL" ]; then
+ if [ -z "$TAG_LABEL" ] || [ "$TAG_LABEL" == "null" ]; then
95
TAG_LABEL=$TAG
96
fi
97
0 commit comments