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 2cd35dc commit e0c52c0Copy full SHA for e0c52c0
.github/workflows/image.yml
@@ -125,5 +125,4 @@ jobs:
125
if [[ "${keepgoing}" == "true" ]]; then
126
echo ${{ secrets.GITHUB_TOKEN }} | singularity remote login -u ${{ secrets.GHCR_USERNAME }} --password-stdin oras://ghcr.io
127
singularity push container.sif oras://ghcr.io/${GITHUB_REPOSITORY}:${tag}
128
- singularity push container.sif oras://ghcr.io/${GITHUB_REPOSITORY}:latest
129
fi
0 commit comments