fixup! WIP CI
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Simon Bruder 2024-07-19 15:11:11 +02:00
parent 63e5b24a8a
commit 3eac2fe257
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -16,6 +16,7 @@ jobs:
run: | run: |
nix build .#li7y-oci nix build .#li7y-oci
podman image load -i ./result podman image load -i ./result
env
podman login --username simon --password "${REGISTRY_PASSWORD}" git.sbruder.de podman login --username simon --password "${REGISTRY_PASSWORD}" git.sbruder.de
podman tag li7y git.sbruder.de/simon/li7y:latest podman tag li7y git.sbruder.de/simon/li7y:latest
podman push git.sbruder.de/simon/li7y:latest podman push git.sbruder.de/simon/li7y:latest