mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-13 22:40:16 +00:00
ci: fix OCI registry authentication for buildcache push
This commit is contained in:
2
.github/workflows/buildcache.yml
vendored
2
.github/workflows/buildcache.yml
vendored
@@ -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() }}
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user