joeverfin/.forgejo/workflows/build_and_deploy.yaml
mustard 83aeca6d35
Some checks failed
/ test (push) Failing after 4s
even moar debugging
2025-08-31 12:22:01 +02:00

8 lines
212 B
YAML

on: [push]
jobs:
test:
runs-on: "fedora"
steps:
- run: git clone "https://forgejoever.homelab0ne.xyz/mustard/joeverfin"
- run: cd joeverfin
- run: podman build . -t "joeverfin:latest"