Storage all images on Github Docker Registry
This commit is contained in:
parent
79e97cc7f2
commit
745db8c050
5 changed files with 46 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue