Skip to content

Commit ddcb59a

Browse files
author
Jonathan Visser
committed
Add docker image for :latest-phpX.X-nodeX
1 parent 55dc065 commit ddcb59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/release_semantic_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ if echo "${INPUT_VERSION}" | grep -F "."; then
4040
fi
4141

4242
tag_and_publish "$LOCAL_IMAGE_TAG" "$IMAGE:$MAJOR_VERSION-$TAG_SPECS"
43+
tag_and_publish "$LOCAL_IMAGE_TAG" "$IMAGE:latest-$TAG_SPECS"
4344
fi
4445

4546
if [[ "${PHP_VERSION}" == "${LATEST_PHP_VERSION}" ]] && [[ "${NODE_VERSION}" == "${LATEST_NODE_VERSION}" ]]; then

0 commit comments

Comments
 (0)