We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9124002 commit 739eb26Copy full SHA for 739eb26
cli/entrypoint.sh
@@ -18,7 +18,7 @@ if [[ -z "${IMAGE_TAG}" ]]; then
18
IMAGE_TAG=${IMAGE_TAG#*/}
19
IMAGE_TAG=$(echo $IMAGE_TAG | sed -e "s#^v##")
20
21
- if [ "$IMAGE_TAG" == "master" ]; then
+ if [[ "$IMAGE_TAG" == "master" || "$IMAGE_TAG" == "main" ]]; then
22
IMAGE_TAG=latest
23
fi
24
0 commit comments