mc-ingress/upload.sh
Tamipes e2004844d1
All checks were successful
/ build (push) Successful in 1m39s
doc: kubernetes dev cycle
2026-06-23 00:26:55 +02:00

8 lines
297 B
Bash
Executable file

USERNAME="tamipes"
URL="git.tami.moe"
IMG_NAME="minecraft-ingress"
nix build --extra-experimental-features "flakes nix-command" .#docker-image
sudo docker load -i result
sudo docker image tag mc-ingress "$URL/$USERNAME/$IMG_NAME:testing"
sudo docker image push "$URL/$USERNAME/$IMG_NAME:testing"