diff --git a/.github/actions/build-push/build-push.sh b/.github/actions/build-push/build-push.sh index de239a3f..2aba1756 100755 --- a/.github/actions/build-push/build-push.sh +++ b/.github/actions/build-push/build-push.sh @@ -70,7 +70,7 @@ if [ "${#semver[@]}" -eq 3 ]; then tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:latest-${arch[1]}") tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major-${arch[1]}") - tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major.$minor-${arch[1]}r") + tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major.$minor-${arch[1]}") tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major.$minor.$patch-${arch[1]}") if [ "$platform" = "linux/amd64" ]; then