]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
container/build.sh: fix up org vs. repo naming
authorDan Mick <dan.mick@redhat.com>
Thu, 23 Jan 2025 02:28:15 +0000 (18:28 -0800)
committerDavid Galloway <david.galloway@ibm.com>
Tue, 20 May 2025 13:10:26 +0000 (09:10 -0400)
commitbb48228a9ff11f2a98e88bf50d84c5f77cfd0fe3
tree78f93c1b999ae2134a8ca4582d0f9a5d8b2b58c2
parent5327e5311375b90a1419bc1311329e848413dedf
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