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