remove https
Some checks failed
Build and Publish / build-release (push) Failing after 3s

This commit is contained in:
2026-03-31 16:57:57 -05:00
parent 8f0eae5528
commit 8c9cfb2ca0

View File

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