diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index a1bc448..ddb9f4b 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -16,10 +16,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - uses: DeterminateSystems/flake-checker-action@main - with: - flake-lock-path: ./flake.lock - - name: Build Docker Image via Nix Flake run: | nix build .#dockerImage -print-build-logs