diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-07-01 18:47:50 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2025-07-01 20:25:56 +0000 |
| commit | 62949cd2d6849cdee2160467365cfa6529b77f16 (patch) | |
| tree | 6e61a620fa0fe938fb696284ae004f296188ffb4 /.github/workflows | |
| parent | 4e973370053a5fe87ee96d43c506623e9bd1eb9d (diff) | |
| download | rust-62949cd2d6849cdee2160467365cfa6529b77f16.tar.gz rust-62949cd2d6849cdee2160467365cfa6529b77f16.zip | |
Rename mingw-* CI jobs to pr-*
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ghcr.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index c2c0c11f008..ffe8ae427aa 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -53,9 +53,9 @@ jobs: run: | # List of DockerHub images to mirror to ghcr.io images=( - # Mirrored because used by the mingw-check-tidy, which doesn't cache Docker images + # Mirrored because used by pr-check-tidy, which doesn't cache Docker images "ubuntu:22.04" - # Mirrored because used by all linux CI jobs, including mingw-check-tidy + # Mirrored because used by all linux CI jobs, including pr-check-tidy "moby/buildkit:buildx-stable-1" # Mirrored because used when CI is running inside a Docker container "alpine:3.4" |
