Storage all images on Github Docker Registry

This commit is contained in:
BtbN
2020-09-20 15:46:29 +02:00
parent 79e97cc7f2
commit 745db8c050
5 changed files with 46 additions and 23 deletions

View File

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