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.
2 parents f1e0b27 + 00344f6 commit 0c18f4aCopy full SHA for 0c18f4a
ci/release_semantic_versions.sh
@@ -2,7 +2,7 @@
2
3
IMAGE=${IMAGE:-quay.io/hypernode/deploy}
4
INPUT_VERSION=${INPUT_VERSION:-}
5
-TAG_SPECS="php8.1-node18"
+TAG_SPECS="php${PHP_VERSION}-node${NODE_VERSION}"
6
7
if [ ! -n "${INPUT_VERSION}" ]; then
8
echo "No input version provided, stopping".
0 commit comments