CI: mirror alpine and centos images to ghcr
This commit is contained in:
parent
259fdb5212
commit
d76e89f363
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ghcr.yml
vendored
7
.github/workflows/ghcr.yml
vendored
|
@ -5,6 +5,9 @@
|
||||||
# Docker Hub has a rate limit, while ghcr.io doesn't.
|
# Docker Hub has a rate limit, while ghcr.io doesn't.
|
||||||
# Those images are pushed to ghcr.io by this job.
|
# Those images are pushed to ghcr.io by this job.
|
||||||
#
|
#
|
||||||
|
# While Docker Hub rate limit *shouldn't* be an issue on GitHub Actions,
|
||||||
|
# it certainly is for AWS codebuild.
|
||||||
|
#
|
||||||
# Note that authenticating to DockerHub or other registries isn't possible
|
# Note that authenticating to DockerHub or other registries isn't possible
|
||||||
# for PR jobs, because forks can't access secrets.
|
# for PR jobs, because forks can't access secrets.
|
||||||
# That's why we use ghcr.io: it has no rate limit and it doesn't require authentication.
|
# That's why we use ghcr.io: it has no rate limit and it doesn't require authentication.
|
||||||
|
@ -54,6 +57,10 @@ jobs:
|
||||||
"ubuntu:22.04"
|
"ubuntu:22.04"
|
||||||
# Mirrored because used by all linux CI jobs, including mingw-check-tidy
|
# Mirrored because used by all linux CI jobs, including mingw-check-tidy
|
||||||
"moby/buildkit:buildx-stable-1"
|
"moby/buildkit:buildx-stable-1"
|
||||||
|
# Mirrored because used when CI is running inside a Docker container
|
||||||
|
"alpine:3.4"
|
||||||
|
# Mirrored because used by dist-x86_64-linux
|
||||||
|
"centos:7"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Mirror each image from DockerHub to ghcr.io
|
# Mirror each image from DockerHub to ghcr.io
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue