2025-08-31 11:27:58 +02:00
|
|
|
on: [push]
|
2025-08-31 11:18:09 +02:00
|
|
|
jobs:
|
2025-08-31 11:27:58 +02:00
|
|
|
test:
|
2025-08-31 12:19:02 +02:00
|
|
|
runs-on: "fedora"
|
2025-08-31 11:18:09 +02:00
|
|
|
steps:
|
2025-08-31 12:04:50 +02:00
|
|
|
- run: |
|
2025-08-31 11:57:52 +02:00
|
|
|
git clone https://forgejoever.homelab0ne.xyz/mustard/joeverfin \
|
|
|
|
cd joeverfin \
|
|
|
|
podman build . -t joeverfin:latest
|