From 8d25137a8b503797bb2fca5f4e49caf9f6c2f4e6 Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Tue, 26 Jul 2022 14:17:43 +0200 Subject: [PATCH] ci: Fix non-templated tag spec in release_semantic_versions.sh --- ci/release_semantic_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release_semantic_versions.sh b/ci/release_semantic_versions.sh index 9577f0c..76d5d50 100755 --- a/ci/release_semantic_versions.sh +++ b/ci/release_semantic_versions.sh @@ -2,7 +2,7 @@ IMAGE=${IMAGE:-quay.io/hypernode/deploy} INPUT_VERSION=${INPUT_VERSION:-} -TAG_SPECS="php8.1-node18" +TAG_SPECS="php${PHP_VERSION}-node${NODE_VERSION}" if [ ! -n "${INPUT_VERSION}" ]; then echo "No input version provided, stopping".