Skip to content

Commit

Permalink
Merge pull request #19 from uraimo/uraimo-lowecase-repo
Browse files Browse the repository at this point in the history
Lowercase the full repository path
  • Loading branch information
uraimo authored Sep 8, 2020
2 parents e89804c + 3025cf4 commit 1af09b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/run-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ declare -a DOCKER_RUN_ARGS=${@:3:${#@}}

# Defaults
ACTION_DIR="$(cd "$(dirname "$0")"/.. >/dev/null 2>&1 ; pwd -P)"
PACKAGE_REGISTRY="docker.pkg.github.com/${GITHUB_REPOSITORY}/${CONTAINER_NAME}"
LOWERCASE_REPOSITORY=$(printf "%s" "$GITHUB_REPOSITORY" | tr '[:lower:]' '[:upper:]')
PACKAGE_REGISTRY="docker.pkg.github.com/${LOWERCASE_REPOSITORY}/${CONTAINER_NAME}"
DEBIAN_FRONTEND=noninteractive

show_build_log_and_exit () {
Expand Down

0 comments on commit 1af09b2

Please sign in to comment.