diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index f950077..1d41890 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -15,12 +15,10 @@ jobs: build-release: runs-on: nix steps: - - name: Nix Shell Nodejs + - name: Checkout via Native Git run: | - nix shell nixpkgs#nodejs - - - name: Checkout repository - uses: actions/checkout@v4 + git clone --depth 1 https://token:${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git . + git checkout ${{ github.sha }} - name: Build Docker Image via Nix Flake run: |