From 8c9cfb2ca01306561b462d029e46f4e94fe4e46c Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Tue, 31 Mar 2026 16:57:57 -0500 Subject: [PATCH] remove https --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index bcdf055..49a4be1 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout via Native Git run: | - git clone --depth 1 https://token:${{ secrets.GITHUB_TOKEN }}@${{ env.REGISTRY }}/${{ github.repository }}.git . + git clone --depth 1 https://token:${{ secrets.GITHUB_TOKEN }}@${{ format('{0}', replace(github.server_url, 'https://', '')) }}/${{ github.repository }}.git . git checkout ${{ github.sha }} - name: Build Docker Image via Nix Flake