Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Apr 9, 2024
1 parent e9bfe5f commit e28e8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ runs:
shell: spack-bash {0}
run: |
if [ "${{ inputs.use-build-cache }}" == true ]; then
spack mirror add spack-build-cache oci://ghcr.io/AlexanderRichert-NOAA/spack-build-cache
spack mirror set --oci-username ${{ github.actor }} --oci-password "${{ inputs.cache-secret }}" spack-build-cache
spack mirror add spack-build-cache oci://ghcr.io/${{ github.repository_owner }}/spack-build-cache
spack mirror set --oci-username ${{ github.repository_owner }} --oci-password "${{ inputs.cache-secret }}" spack-build-cache
fi
spack env create test
spack env activate test
Expand Down

0 comments on commit e28e8cd

Please sign in to comment.