]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
container/build.sh: fix up org vs. repo naming 61584/head
authorDan Mick <dan.mick@redhat.com>
Thu, 23 Jan 2025 02:28:15 +0000 (18:28 -0800)
committerDan Mick <dan.mick@redhat.com>
Thu, 30 Jan 2025 01:28:39 +0000 (17:28 -0800)
commit92b4d2a49caec61252d6d4caea312d82075bd05b
tree261d42d91c16530016ca3f3df021d92fa0807622
parentcf2a1aad061cc734dcf243aad7b76d4635c76694
container/build.sh: fix up org vs. repo naming

release builds were using the wrong container repo name because of
confused variable naming and inadequate separation.  Keep the hostname,
org name, and repo name in separate variables, and assemble the full
path with a version when tagging is done.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit 1fb6137afe1638907d6b2d220a535a5619fa8886)
container/build.sh