We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b98a9 commit c29d803Copy full SHA for c29d803
images/versions.sh
@@ -61,7 +61,7 @@ function tag_exists () {
61
# Helper function to push a just-built image to GitHub Container
62
# Respository, which is used as a temporary storage mechanism.
63
function push_to_ghcr () {
64
- podman manifest push localhost/${1}:${2} ghcr.io/bioconda/${1}:${2}
+ podman manifest push --all localhost/${1}:${2} ghcr.io/bioconda/${1}:${2}
65
}
66
67
# Helper function to move an image from gchr to quay.io for public use.
0 commit comments