]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
container/build.sh: fix up org vs. repo naming 61581/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:27:12 +0000 (17:27 -0800)
commitf5c620391a28a0d031f8cae2fb8c2a9e3e71c12a
tree7f9d8f014c99f9f131e93f50af7b76de58af09fa
parent431460e1579104404d6f5e8ec0bb8fd94eb72e85
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