Update .gitea/workflows/actions.yaml
build-binaries / Build binary (Linux) (push) Failing after 2m32s
build-binaries / Build binary (Windows) (push) Failing after 2m31s

This commit is contained in:
2026-09-01 12:27:10 +00:00
parent 815d17a7b1
commit 4320add7a3
+2 -2
View File
@@ -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: |