Skip to content

Commit

Permalink
update push_ceph_imgs() function
Browse files Browse the repository at this point in the history
`stream8` is hardcoded, let's use the same logic as in
`build_ceph_imgs()`.
Also, do not try to push `daemon` images as we no longer build them by default.

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Jun 5, 2024
1 parent 17bc756 commit eb5af8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-push-ceph-container-imgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function build_ceph_imgs {
declare -F push_ceph_imgs ||
function push_ceph_imgs {
echo "Push Ceph container image(s) to the registry"
make BASEOS_TAG=stream8 RELEASE="$RELEASE" BASEOS_REGISTRY="${CONTAINER_REPO_HOSTNAME}/centos" BASEOS_REPO=centos TAG_REGISTRY="${CONTAINER_REPO_ORGANIZATION}" push.parallel
make BASEOS_TAG=stream"${CENTOS_RELEASE}" RELEASE="$RELEASE" BASEOS_REGISTRY="${CONTAINER_REPO_HOSTNAME}/centos" BASEOS_REPO=centos TAG_REGISTRY="${CONTAINER_REPO_ORGANIZATION}" IMAGES_TO_BUILD="daemon-base demo" push.parallel
}

declare -F push_ceph_imgs_latest ||
Expand Down

0 comments on commit eb5af8f

Please sign in to comment.