wip: container registry login
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
mustard 2025-08-31 13:06:42 +02:00
parent 5d8b917981
commit 174e3bfc79

View file

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