From 4320add7a3af173303d027b8bb0920f21d0652d2 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 1 Sep 2026 12:27:10 +0000 Subject: [PATCH] Update .gitea/workflows/actions.yaml --- .gitea/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 9c5375c..e10091e 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -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: |