File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 6464 spack python clingo/install_clingo.py
6565 spack buildcache push --unsigned ./binary-mirror clingo-bootstrap
6666
67- - name : Push to OCI registry
68- env :
69- GITHUB_ACTOR : ${{ github.actor }}
70- GITHUB_TOKEN : ${{ github.token }}
71- run : |
72- . spack/share/spack/setup-env.sh
73- spack mirror add \
74- --oci-username-variable GITHUB_ACTOR \
75- --oci-password-variable GITHUB_TOKEN \
76- ghcr oci://ghcr.io/spack/bootstrap-buildcache-pr50
77- spack buildcache push --unsigned ghcr clingo-bootstrap
78-
7967 - uses : actions/upload-artifact@v5
8068 with :
8169 name : clingo_binary_mirror-${{ matrix.runner[0] }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -36,8 +36,3 @@ RUN export PY_PATH=$(printf '%s' "$PYTHON_VERSION" | \
3636
3737RUN spack buildcache push --unsigned ./binary-mirror $(spack --color=never find --hashes clingo-bootstrap)
3838
39- RUN spack mirror add \
40- --oci-username-variable GITHUB_ACTOR \
41- --oci-password-variable GITHUB_TOKEN \
42- ghcr oci://ghcr.io/spack/bootstrap-buildcache-pr50 && \
43- spack buildcache push --unsigned ghcr clingo-bootstrap
You can’t perform that action at this time.
0 commit comments