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:22:01 +02:00
|
|
|
- run: git clone "https://forgejoever.homelab0ne.xyz/mustard/joeverfin"
|
2025-08-31 12:24:08 +02:00
|
|
|
- run: pwd && ls
|
2025-08-31 12:25:00 +02:00
|
|
|
- run: pushd ./joeverfin
|
2025-08-31 12:24:08 +02:00
|
|
|
- run: pwd && ls
|
2025-08-31 12:22:01 +02:00
|
|
|
- run: podman build . -t "joeverfin:latest"
|