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 cbc25fb + ddcb59a commit 0a3257aCopy full SHA for 0a3257a
ci/release_semantic_versions.sh
@@ -40,6 +40,7 @@ if echo "${INPUT_VERSION}" | grep -F "."; then
40
fi
41
42
tag_and_publish "$LOCAL_IMAGE_TAG" "$IMAGE:$MAJOR_VERSION-$TAG_SPECS"
43
+ tag_and_publish "$LOCAL_IMAGE_TAG" "$IMAGE:latest-$TAG_SPECS"
44
45
46
if [[ "${PHP_VERSION}" == "${LATEST_PHP_VERSION}" ]] && [[ "${NODE_VERSION}" == "${LATEST_NODE_VERSION}" ]]; then
0 commit comments