We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da2a88 commit 6226131Copy full SHA for 6226131
.github/workflows/quantms-containers.yml
@@ -220,7 +220,7 @@ jobs:
220
221
# Set SIF paths and push with date tag
222
echo "Pushing OpenMS SIF with date tag"
223
- singularity push openms-tools-thirdparty.sif oras://bigbio/openms-tools-thirdparty-sif:${{ steps.date.outputs.DATE_TAG }} || {
+ singularity push openms-tools-thirdparty.sif oras://ghcr.io/bigbio/openms-tools-thirdparty-sif:${{ steps.date.outputs.DATE_TAG }} || {
224
echo "Failed to push with date tag, retrying..."
225
sleep 60
226
singularity push openms-tools-thirdparty.sif oras://ghcr.io/bigbio/openms-tools-thirdparty-sif:${{ steps.date.outputs.DATE_TAG }}
0 commit comments