li7y/.forgejo/workflows/build.yaml
Simon Bruder 158bdde14f
Some checks failed
/ build (push) Failing after 0s
fixup! WIP CI
2024-07-19 12:22:27 +02:00

17 lines
345 B
YAML

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