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: |