Skip to content

Commit

Permalink
Use images from Quay (#2620)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
benz0li authored Feb 5, 2024
1 parent 3005772 commit 5a87882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-static-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a87882

Please sign in to comment.