1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-05 22:46:08 +03:00

Use images from Quay (#2620)

I now mirror the *GHC musl* images to both Docker Hub and Quay:

* https://hub.docker.com/r/benz0li/ghc-musl
* https://quay.io/repository/benz0li/ghc-musl

Docker Hub imposes a rate limit. Quay, on the other hand, does not.

This also ensures the long-term availability of these images.
This commit is contained in:
Olivier Benz 2024-02-05 12:42:07 +01:00 committed by GitHub
parent 3005772f09
commit 5a878827f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
build:
name: Build static binary
runs-on: ubuntu-latest
container: glcr.b-data.ch/ghc/ghc-musl:9.4.5
container: quay.io/benz0li/ghc-musl:9.4.5
steps:
- name: checkout code
uses: actions/checkout@v3