Files
mosh-me/.gitea/workflows/docker.yaml
Jonas Röger 4769584a4a
Some checks failed
Build a docker image. / build-docker-image (push) Failing after 4s
ci: add docker image build
2026-03-24 23:59:22 +01:00

13 lines
231 B
YAML

name: Build a docker image.
on: [push]
jobs:
build-docker-image:
runs-on: nixos
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build flake
run: nix build .#docker