Migrate to ghcr.io

This commit is contained in:
BtbN 2021-04-05 19:51:41 +02:00
parent e38500bb7d
commit 56c81f3275
5 changed files with 11 additions and 11 deletions

View file

@ -10,7 +10,7 @@ to_df() {
echo >> Dockerfile
}
to_df "FROM docker.pkg.github.com/${REPO}/base-${TARGET}:latest"
to_df "FROM ${REGISTRY}/${REPO}/base-${TARGET}:latest"
to_df "ENV TARGET=$TARGET VARIANT=$VARIANT REPO=$REPO ADDINS_STR=$ADDINS_STR"
for script in scripts.d/*.sh; do