From a575e280350013f1c5fc837af38bf268c9172b42 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sat, 24 Aug 2024 22:56:01 +0200 Subject: fix build --- .scripts.d/40-publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.scripts.d/40-publish.sh') diff --git a/.scripts.d/40-publish.sh b/.scripts.d/40-publish.sh index 523fa55..58ef019 100644 --- a/.scripts.d/40-publish.sh +++ b/.scripts.d/40-publish.sh @@ -19,8 +19,8 @@ docker buildx create --use --name "multi-arch-builder-${BUILDER_SUFFIX}" trap "docker buildx rm 'multi-arch-builder-""${BUILDER_SUFFIX}""'" EXIT DOCKER_TAG="latest" -if [ "$GIT_BRANCH" != "master" ]; then - DOCKER_TAG="${GIT_BRANCH//\//-}" +if [ "$BRANCH_NAME" != "master" ]; then + DOCKER_TAG="${BRANCH_NAME//\//-}" fi if [ "$(git tag --contains)" = "" ]; then -- cgit v1.2.3