mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
Retire bandersnatch dockerfile, unify names
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
6be5d42db3
commit
b2e66bdb6b
|
|
@ -17,10 +17,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
image:
|
||||
- bandersnatch
|
||||
- ftpsync
|
||||
- nix-channels
|
||||
- pub-mirror
|
||||
- rubygems-mirror
|
||||
- rustup-mirror
|
||||
- shadowmire
|
||||
- tsumugu
|
||||
|
|
@ -30,8 +30,6 @@ jobs:
|
|||
dockerfile: .
|
||||
# - image: julia-mirror
|
||||
# dockerfile: dockerfiles/julia
|
||||
- image: rubygems-mirror
|
||||
dockerfile: dockerfiles/rubygems
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -58,7 +56,7 @@ jobs:
|
|||
echo "docker_file=${DF}" >> $GITHUB_ENV
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue