This commit is contained in:
parent
3eac2fe257
commit
ca4ff112e8
|
@ -16,7 +16,6 @@ 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 "${{ secrets.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
|
||||||
|
|
Loading…
Reference in a new issue