mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 20:34:46 +08:00
Bump skopeo (#447)
This commit is contained in:
4
.github/workflows/manual-sync.yml
vendored
4
.github/workflows/manual-sync.yml
vendored
@@ -28,6 +28,10 @@ jobs:
|
||||
- name: Override mirror.txt
|
||||
run: |
|
||||
echo ${{ github.event.inputs.image }} > mirror.txt
|
||||
- name: Set up skopeo
|
||||
run: |
|
||||
wget https://github.com/lework/skopeo-binary/releases/download/v1.13.3/skopeo-linux-amd64 -O /usr/local/bin/skopeo && chmod +x /usr/local/bin/skopeo
|
||||
skopeo --version
|
||||
- name: Sync Images
|
||||
env:
|
||||
INCREMENTAL: "true"
|
||||
|
Reference in New Issue
Block a user