Skip to content

Commit

Permalink
Use correct path for sif.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Dec 19, 2022
1 parent cf6476c commit 7ab992d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ runs:
shell: bash
run: |
singularity remote login --username ${HARBOR_USER} --password ${HARBOR_SECRET} docker://harbor.stfc.ac.uk
${SINGULARITY_ROOT}/bin/singularity push dist/GudPy-${{ env.gudPyVersion }}.sif oras://harbor.stfc.ac.uk/isis_disordered_materials/gudpy:${{ inputs.harborTag }}
${SINGULARITY_ROOT}/bin/singularity push packages/GudPy-${{ env.gudPyVersion }}.sif oras://harbor.stfc.ac.uk/isis_disordered_materials/gudpy:${{ inputs.harborTag }}

0 comments on commit 7ab992d

Please sign in to comment.