Fix typo server.yml (#1360)

Remove `ghcr.io` from the server's docker image name, as the registry is already being appended by `buidah`
This commit is contained in:
Vítor Vasconcellos
2023-09-20 05:36:15 -03:00
committed by GitHub
parent 789878bb3c
commit 394d90af68

View File

@@ -41,7 +41,7 @@ jobs:
IMAGE_TAG=$(git rev-parse --short "$GITHUB_SHA")
fi
GITHUB_REPOSITORY_LOWER=$(echo $GITHUB_REPOSITORY | awk '{print tolower($0)}')
IMAGE_NAME="ghcr.io/$GITHUB_REPOSITORY_LOWER/server"
IMAGE_NAME="$GITHUB_REPOSITORY_LOWER/server"
echo "Building $IMAGE_NAME:$IMAGE_TAG"
echo "tag=${IMAGE_TAG}" >> $GITHUB_OUTPUT