diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index ac38531..a086796 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: git lfs install --local git lfs pull - name: Build and test - run: nix build -L .#li7y .#li7y-oci .#li7y-tarpaulin + run: nix build -L .#li7y .#li7y-oci - name: Push OCI image if: github.ref == 'refs/heads/master' run: | @@ -30,8 +30,3 @@ jobs: podman tag li7y git.sbruder.de/simon/li7y:latest podman login --username simon --password "${{ secrets.REGISTRY_PASSWORD }}" git.sbruder.de podman push git.sbruder.de/simon/li7y:latest - - run: nix build -L .#li7y-tarpaulin - - uses: actions/upload-artifact@v4 - with: - name: tarpaulin - path: result/