doc: kubernetes dev cycle
All checks were successful
/ build (push) Successful in 1m39s

This commit is contained in:
Tamipes 2026-06-23 00:23:57 +02:00
parent cca97cfab0
commit e2004844d1
2 changed files with 14 additions and 0 deletions

8
upload.sh Executable file
View file

@ -0,0 +1,8 @@
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"