We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add610 commit 69bf725Copy full SHA for 69bf725
publish.sh
@@ -8,7 +8,7 @@ PLATFORM="linux/amd64,linux/arm64"
8
VERSION_FILE="$IMAGE/version.txt"
9
10
TAG=`cat $VERSION_FILE`
11
-if [ "$RELEASE_TAG" != "true" ]; then
+if [ "$RELEASE_TAG" != "true" ] && [ "$IMAGE" != "protoc" ] && [ "$IMAGE" != "protoc-cpp" ]; then
12
TAG="$TAG-pre$(date +%Y%m%d%H%M%S)"
13
fi
14
0 commit comments