Update .gitea/workflows/actions.yaml
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- name: Git clone and checkout tag
|
||||
run: |
|
||||
git clone https://github.com/containers/skopeo.git .
|
||||
git clone https://github.com/podman-container-tools/skopeo.git .
|
||||
git checkout tags/$SKOPEO_VERSION
|
||||
- name: Build Linux binary
|
||||
run: |
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
steps:
|
||||
- name: Git clone and checkout tag
|
||||
run: |
|
||||
git clone https://github.com/containers/skopeo.git .
|
||||
git clone https://github.com/podman-container-tools/skopeo.git .
|
||||
git checkout tags/$SKOPEO_VERSION
|
||||
- name: Build Windows binary
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user