Fix image names

This commit is contained in:
BtbN
2020-09-03 02:54:36 +02:00
parent cd6d7b2979
commit b5eeea84a4
4 changed files with 9 additions and 18 deletions

View File

@ -7,7 +7,7 @@ fi
TARGET="$1"
VARIANT="${2:-gpl}"
REPO="${GITHUB_REPOSITORY:-btbn/ffmpeg-builds}"
REPO="docker.pkg.github.com/${GITHUB_REPOSITORY:-btbn/ffmpeg-builds}"
REPO="${REPO,,}"
IMAGE="$REPO/$TARGET-$VARIANT:latest"