docker-vintagestory-server/build-and-upload.sh

12 lines
275 B
Bash
Raw Permalink Normal View History

2024-02-01 16:11:28 +01:00
#!/usr/bin/env bash
set euo pipefail
nix build .#images.default
podman load -i ./result
podman push localhost/docker-vintagestory-server:1.18.15 forgejo.obyoxion.at/nionidh/docker-vintagestory-server:1.18.15
# podman image rm localhost/docker-vintagestory-server:latest