Skip to content

Commit

Permalink
fix: set rw mirrors unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 30, 2023
1 parent 1529793 commit 5cdc397
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mirrors.yaml.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
mirrors:
eicweb:
url: oci://${CI_REGISTRY}/${CI_PROJECT_PATH}/spack-${SPACK_VERSION}
signed: false
push:
access_pair:
- ${CI_REGISTRY_USER}
- ${CI_REGISTRY_PASSWORD}
ghcr:
url: oci://ghcr.io/eic/spack-${SPACK_VERSION}
signed: false
push:
access_pair:
- ${GITHUB_REGISTRY_USER}
- ${GITHUB_REGISTRY_TOKEN}
eics3rw:
signed: false
fetch:
url: s3://eictest/EPIC/spack/${SPACK_VERSION}
access_pair:
Expand Down

0 comments on commit 5cdc397

Please sign in to comment.