Skip to content

Commit 09cd4ef

Browse files
pSchlarbryjones
authored andcommitted
fix container node version tag
Signed-off-by: pSchlarb <[email protected]>
1 parent 2a2f329 commit 09cd4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
id: indy-node-version
217217
shell: bash
218218
run: |
219-
export nodeVersion=$(sed "s/~/-/" <<<$(grep -oP "indy-node=\"?\d+.\d+.\d+((~|.)?rc\d+)?\"?" build/Dockerfile.ubuntu20 | grep -oP "\d+.\d+.\d+((~|.|-)?rc\d+)?"))
219+
export nodeVersion=$(sed "s/~/-/" <<<$(grep -oP "indy-node=\"?\d+.\d+.\d+((~|.)?rc\d+)?\"?" build/Dockerfile.${{ matrix.os_version }} | grep -oP "\d+.\d+.\d+((~|.|-)?rc\d+)?"))
220220
echo "::debug::IndyNode Version is ${nodeVersion}"
221221
echo "::group::DEBUG"
222222
echo "IndyNode Version is ${nodeVersion}"

0 commit comments

Comments
 (0)