We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b780f2 commit 0aa5a44Copy full SHA for 0aa5a44
.github/workflows/clingo.yml
@@ -132,12 +132,12 @@ jobs:
132
docker cp "clingo-c:/root/binary-mirror" binary-mirror
133
134
- run: |
135
- docker exec -e GITHUB_TOKEN=$GITHUB_TOKEN -e GITHUB_ACTOR=$GITHUB_ACTOR clingo-c \
136
- spack mirror add \
+ docker run -e GITHUB_TOKEN=$GITHUB_TOKEN -e GITHUB_ACTOR=$GITHUB_ACTOR {{ steps.build.outputs.imageid }} \
+ /bin/bash -c "spack mirror add \
137
--oci-username=${{ github.actor }} \
138
--oci-password-variable=GITHUB_TOKEN \
139
ghcr oci://ghcr.io/spack/bootstrap-buildcache-pr51 && \
140
- spack buildcache push --unsigned ghcr clingo-bootstrap
+ spack buildcache push --unsigned ghcr clingo-bootstrap"
141
142
- uses: actions/upload-artifact@v5
143
with:
0 commit comments