This commit is contained in:
@@ -15,12 +15,10 @@ jobs:
|
|||||||
build-release:
|
build-release:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- name: Nix Shell Nodejs
|
- name: Checkout via Native Git
|
||||||
run: |
|
run: |
|
||||||
nix shell nixpkgs#nodejs
|
git clone --depth 1 https://token:${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git .
|
||||||
|
git checkout ${{ github.sha }}
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Build Docker Image via Nix Flake
|
- name: Build Docker Image via Nix Flake
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user