# SPDX-FileCopyrightText: 2024 Simon Bruder # # SPDX-License-Identifier: AGPL-3.0-or-later on: [push] jobs: build: runs-on: nix steps: - name: Checkout uses: actions/checkout@v4 - name: Build run: nix build -L .#li7y .#li7y-oci - name: Push OCI image run: | nix build .#li7y-oci podman image load -i ./result