From bebcb94eecdd8080375f38bedc2207005ed49ca0 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sat, 30 Dec 2023 18:53:30 +0000 Subject: [PATCH] fix: typo in ghcr url --- containers/jug/dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile index c3350465..b79d1a2f 100644 --- a/containers/jug/dev.Dockerfile +++ b/containers/jug/dev.Dockerfile @@ -86,7 +86,7 @@ if [ -n "${S3_ACCESS_KEY}" ] ; then eics3 s3://eictest/EPIC/spack/${SPACK_VERSION} fi spack mirror add --scope site --signed spack-${SPACK_VERSION} https://binaries.spack.io/${SPACK_VERSION} -spack mirror add --scope site --unsigned ghcr-${SPACK_VERSION} url: oci://ghcr.io/eic/spack-${SPACK_VERSION} +spack mirror add --scope site --unsigned ghcr-${SPACK_VERSION} oci://ghcr.io/eic/spack-${SPACK_VERSION} spack mirror list EOF