Skip to content

Commit c63e1a4

Browse files
authored
Update singularity-publish.yml
1 parent c0a8e34 commit c63e1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/singularity-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
singularity build pyprophet.sif docker://ghcr.io/${REPO_LOWER}:${TAG}
6666
6767
# Push to GHCR with -sif suffix
68-
singularity push pyprophet.sif oras://ghcr.io/${REPO_LOWER}-sif: ${TAG}
68+
singularity push pyprophet.sif oras://ghcr.io/${REPO_LOWER}-sif:${TAG}
6969
7070
# Also tag as latest (always)
7171
singularity push pyprophet.sif oras://ghcr.io/${REPO_LOWER}-sif:latest

0 commit comments

Comments
 (0)