]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
container/build.sh: fix up org vs. repo naming 61489/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, 23 Jan 2025 02:49:05 +0000 (18:49 -0800)
commit1fb6137afe1638907d6b2d220a535a5619fa8886
treea977d62108de95b0d50744eec0b35032f694fe3f
parente203f85bd692d23d33b91dfe2494e59f0472d9eb
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>
container/build.sh