use registry instead of serverurl
Some checks failed
Build and Publish / build-release (push) Failing after 4s
Some checks failed
Build and Publish / build-release (push) Failing after 4s
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout via Native Git
|
- name: Checkout via Native Git
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://token:${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git .
|
git clone --depth 1 https://token:${{ secrets.GITHUB_TOKEN }}@${{ env.REGISTRY }}/${{ github.repository }}.git .
|
||||||
git checkout ${{ github.sha }}
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: Build Docker Image via Nix Flake
|
- name: Build Docker Image via Nix Flake
|
||||||
|
|||||||
Reference in New Issue
Block a user