Push branched container to fedora registry

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2018-08-23 14:53:02 -04:00
parent 35c352a479
commit d29ac7e60f

View File

@ -185,6 +185,9 @@ for arch in x86_64; do
ostree summary -u --repo=$ATOMICDESTREPO # update summary file ostree summary -u --repo=$ATOMICDESTREPO # update summary file
done done
# Push branched base container image to fedora registry
./releng/scripts/sync-latest-container-base-image.sh 29
# Tell interested persons that the rsync is done. # Tell interested persons that the rsync is done.
send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete