mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Storage all images on Github Docker Registry
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user