11 lines
275 B
Bash
Executable file
11 lines
275 B
Bash
Executable file
#!/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
|