Skip to content

Commit 6226131

Browse files
committed
small change
1 parent 4da2a88 commit 6226131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quantms-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
221221
# Set SIF paths and push with date tag
222222
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 }} || {
223+
singularity push openms-tools-thirdparty.sif oras://ghcr.io/bigbio/openms-tools-thirdparty-sif:${{ steps.date.outputs.DATE_TAG }} || {
224224
echo "Failed to push with date tag, retrying..."
225225
sleep 60
226226
singularity push openms-tools-thirdparty.sif oras://ghcr.io/bigbio/openms-tools-thirdparty-sif:${{ steps.date.outputs.DATE_TAG }}

0 commit comments

Comments
 (0)