Skip to content

Commit 0a3257a

Browse files
authored
Merge pull request #147 from ByteInternet/add-latest-phpX.X-nodeX-docker-image
Add docker image for :latest-phpX.X-nodeX
2 parents cbc25fb + ddcb59a commit 0a3257a

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)