Bump skopeo (#447)

This commit is contained in:
Shiming Zhang
2023-10-19 11:54:52 +08:00
committed by GitHub
parent 5988d0de5e
commit d8d3dcef35
5 changed files with 19 additions and 0 deletions

View File

@@ -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"