small typo

This commit is contained in:
Michel Peterson 2025-04-05 10:45:38 +00:00
parent 2b656d9b22
commit 8700b49f69
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set -x
ROOT_DIR="$(dirname "$(realpath "$0")")"
GITHUB_USER=${GITHUB_USER:-$(jq -r '.auths."ghcr.io".auth' ~/.docker/config.json|base64 -d|cut -d':' -f1)}
GITHUB_REPO=${GITHUB_REPO:-$(basename -s ${ROOT_DIR}/../.git $(git remote get-url origin))}
GITHUB_REPO=${GITHUB_REPO:-$(basename -s .git $(git remote get-url origin))}
DOCKER_TAG=${DOCKER_TAG:-$(git branch --show-current)-$(git rev-parse --short HEAD)}
if [ -z "${GITHUB_USER}" ]; then