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

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