Skip to content

Commit

Permalink
Rename cache name to alma9 to stop restoring old buildcache.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrizka committed Dec 28, 2024
1 parent 730c703 commit c355e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: spack-bash {0}
run: |
spack config add 'config:install_tree:padded_length:128'
spack mirror add --oci-username '${{ github.actor }}' --oci-password '${{ secrets.GITHUB_TOKEN }}' --unsigned local-buildcache 'oci://ghcr.io/${{ github.repository_owner }}/spack-buildcache'
spack mirror add --oci-username '${{ github.actor }}' --oci-password '${{ secrets.GITHUB_TOKEN }}' --unsigned local-buildcache 'oci://ghcr.io/${{ github.repository_owner }}/spack-alma9-buildcache'
- name: Checkout key4hep repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c355e0c

Please sign in to comment.