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

@@ -21,6 +21,9 @@ jobs:
run: |
curl -v http://127.0.0.1:8080 || exit 1
curl -f --proxy 127.0.0.1:8080 -v http://m.daocloud.io/v2/ || exit 1
- 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
- name: Check
env:
INCREMENTAL: "true"