Migrate to ghcr.io
This commit is contained in:
parent
e38500bb7d
commit
56c81f3275
5 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue