Skip to content

Commit 0c18f4a

Browse files
authored
Merge pull request #71 from ByteInternet/backport_gh_24_v1
2 parents f1e0b27 + 00344f6 commit 0c18f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release_semantic_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
IMAGE=${IMAGE:-quay.io/hypernode/deploy}
44
INPUT_VERSION=${INPUT_VERSION:-}
5-
TAG_SPECS="php8.1-node18"
5+
TAG_SPECS="php${PHP_VERSION}-node${NODE_VERSION}"
66

77
if [ ! -n "${INPUT_VERSION}" ]; then
88
echo "No input version provided, stopping".

0 commit comments

Comments
 (0)