Skip to content

Commit 69bf725

Browse files
committed
ci: bypass pre-release tag for protoc and protoc-cpp images
1 parent 1add610 commit 69bf725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PLATFORM="linux/amd64,linux/arm64"
88
VERSION_FILE="$IMAGE/version.txt"
99

1010
TAG=`cat $VERSION_FILE`
11-
if [ "$RELEASE_TAG" != "true" ]; then
11+
if [ "$RELEASE_TAG" != "true" ] && [ "$IMAGE" != "protoc" ] && [ "$IMAGE" != "protoc-cpp" ]; then
1212
TAG="$TAG-pre$(date +%Y%m%d%H%M%S)"
1313
fi
1414

0 commit comments

Comments
 (0)