Use Docker Hub...

This commit is contained in:
BtbN 2020-09-03 03:13:45 +02:00
parent 04b18a170b
commit a7ade4dc87
5 changed files with 20 additions and 19 deletions

View file

@ -10,7 +10,7 @@ to_df() {
echo >> Dockerfile
}
to_df "FROM $REPO/builder:base-$TARGET"
to_df "FROM $REPO:base-$TARGET"
to_df "ENV TARGET $TARGET"
to_df "ENV VARIANT $VARIANT"
to_df "ENV REPO $REPO"