From 7676d7a2396f3dd400ea057bff3912957a938bc9 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 7 Feb 2025 09:47:47 +0100 Subject: [PATCH] ci(build-push): fix typo in tag --- .github/actions/build-push/build-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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