joeverfin/.forgejo/workflows/build_and_deploy.yaml

13 lines
546 B
YAML
Raw Normal View History

2025-08-31 11:27:58 +02:00
on: [push]
jobs:
2025-08-31 11:27:58 +02:00
test:
2025-08-31 12:19:02 +02:00
runs-on: "fedora"
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 13:06:42 +02:00
- run: podman login --cgroup-manager=cgroupfs "forgejoever.homelab0ne.xyz -u mustard -p {{ secrets.REGISTRY_TOKEN }}"
2025-08-31 12:55:49 +02:00
- run: pushd joeverfin && podman build --cgroup-manager=cgroupfs . -t "forgejoever.homelab0ne.xyz/mustard/joeverfin:latest"
- run: podman push "forgejoever.homelab0ne.xyz/mustard/joeverfin:latest"