ci: fix OCI registry authentication for buildcache push

This commit is contained in:
Dennis Klein
2025-11-30 14:50:02 +01:00
parent 060a5f2599
commit 1392a31250
2 changed files with 2 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Login to OCI registry - name: Login to OCI registry
shell: spack-bash {0} shell: spack-bash {0}
run: spack oci login ghcr.io --username ${{ github.actor }} --password-stdin <<< ${{ secrets.GITHUB_TOKEN }} run: spack -e fairmq mirror set --push --oci-username ${{ github.actor }} --oci-password-variable GITHUB_TOKEN local-buildcache
- name: Push to buildcache - name: Push to buildcache
if: ${{ !cancelled() }} if: ${{ !cancelled() }}

View File

@@ -1,10 +1,6 @@
spack: spack:
specs: specs:
- "fairlogger@2.2.0 ^fmt@:11" - zlib-ng
- "boost@1.66: +container +program_options +filesystem +date_time +regex"
- "libzmq@4.1.4:"
- ninja
- "cmake@3.15:"
config: config:
install_tree: install_tree: