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 fb1a562 commit 00344f6Copy full SHA for 00344f6
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