small typo
This commit is contained in:
		
							parent
							
								
									2b656d9b22
								
							
						
					
					
						commit
						8700b49f69
					
				|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue