Add script to sync ostree base containers

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomas Hrcka 2023-03-01 15:24:46 +01:00
parent 820ba9db3c
commit c9a09481e5

View File

@ -214,9 +214,11 @@ done
umask $old_umask
# Push rawhide base container image to fedora registry
# Push rawhide ostree base container image to fedora registry
pushd ./releng
pushd ./scripts
./sync-latest-container-base-image.sh 39
./sync-ostree-base-containers.sh 39
popd
popd