]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-grafana-trigger: change manifest list's name to final form 1884/head
authorDan Mick <dmick@redhat.com>
Thu, 22 Jul 2021 22:07:23 +0000 (15:07 -0700)
committerDan Mick <dmick@redhat.com>
Thu, 22 Jul 2021 22:07:23 +0000 (15:07 -0700)
remove the -combined; a test shows the combined image is working
as expected on arm64

Signed-off-by: Dan Mick <dmick@redhat.com>
ceph-grafana-trigger/build/build

index 03fbb2cf7539742a20deb47c534b9d3cecfaa609..36384799242cca74260c14e740cf20fc37abf951 100644 (file)
@@ -15,7 +15,7 @@ for repohost in quay.io docker.io; do
         sudo podman manifest add grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-x86_64
         sudo podman manifest add grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-aarch64
 
-        sudo podman manifest push grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-combined
+        sudo podman manifest push grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}
 
         sudo podman rmi -f grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-x86_64 ${repohost}/${CONTAINER}-aarch64  || true
 done