fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 27s

This commit is contained in:
Simon Bruder 2024-07-19 21:23:48 +02:00
parent 47bd048199
commit 53aef79d0c
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -20,5 +20,5 @@ jobs:
nix build .#li7y-oci
podman image load -i ./result
podman tag li7y git.sbruder.de/simon/li7y:latest
podman login --username simon --password "${{ secrets.REGISTRY_PASSWORD }}" git.sbruder.de
podman login --username simon --password "$GITHUB_TOKEN" git.sbruder.de
podman push git.sbruder.de/simon/li7y:latest