wip: building and pushing using podman
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
mustard 2025-08-31 12:55:49 +02:00
parent 834fbb63ad
commit 3764698f93

View file

@ -7,4 +7,6 @@ jobs:
- run: pwd && ls
- run: pushd ./joeverfin
- run: pwd && ls
- run: pushd joeverfin && podman build --cgroup-manager=cgroupfs . -t "joeverfin:latest"
- run: pushd joeverfin && podman build --cgroup-manager=cgroupfs . -t "forgejoever.homelab0ne.xyz/mustard/joeverfin:latest"
- run: podman login https://forgejoever.homelab0ne.xyz -u mustard -p {{ secrets.REGISTRY_TOKEN }}
- run: podman push "forgejoever.homelab0ne.xyz/mustard/joeverfin:latest"