Skip to content

Commit c29d803

Browse files
committed
ensure pushing manifest with --all
1 parent 72b98a9 commit c29d803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function tag_exists () {
6161
# Helper function to push a just-built image to GitHub Container
6262
# Respository, which is used as a temporary storage mechanism.
6363
function push_to_ghcr () {
64-
podman manifest push localhost/${1}:${2} ghcr.io/bioconda/${1}:${2}
64+
podman manifest push --all localhost/${1}:${2} ghcr.io/bioconda/${1}:${2}
6565
}
6666

6767
# Helper function to move an image from gchr to quay.io for public use.

0 commit comments

Comments
 (0)