From d29ac7e60f59e56aabcfe96949a717906f81ca82 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 23 Aug 2018 14:53:02 -0400 Subject: [PATCH] Push branched container to fedora registry Signed-off-by: Mohan Boddu --- nightly.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nightly.sh b/nightly.sh index b161934..777f29b 100755 --- a/nightly.sh +++ b/nightly.sh @@ -185,6 +185,9 @@ for arch in x86_64; do ostree summary -u --repo=$ATOMICDESTREPO # update summary file 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. send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete