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 c0a8e34 commit c63e1a4Copy full SHA for c63e1a4
.github/workflows/singularity-publish.yml
@@ -65,7 +65,7 @@ jobs:
65
singularity build pyprophet.sif docker://ghcr.io/${REPO_LOWER}:${TAG}
66
67
# Push to GHCR with -sif suffix
68
- singularity push pyprophet.sif oras://ghcr.io/${REPO_LOWER}-sif: ${TAG}
+ singularity push pyprophet.sif oras://ghcr.io/${REPO_LOWER}-sif:${TAG}
69
70
# Also tag as latest (always)
71
singularity push pyprophet.sif oras://ghcr.io/${REPO_LOWER}-sif:latest
0 commit comments