12 lines
275 B
Bash
12 lines
275 B
Bash
|
|
#!/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
|