diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index c192a39..cfee2b2 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -13,7 +13,7 @@ jobs: run: cargo-leptos build docker-build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-docker steps: - name: Checkout repository uses: actions/checkout@v4 @@ -88,7 +88,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build project with Nix - run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default + run: nix build --experimental-features 'nix-command flakes' git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git?ref=$GITHUB_REF_NAME#default --no-write-lock-file env: runs-on: ubuntu-latest