script: nexantic -> monogon
This replaces the 'nexantic' build container with one called 'monogon'.
Also drive-by fix Fietsje's proto package path.
Test Plan: Refactor, CI only.
X-Origin-Diff: phab/D687
GitOrigin-RevId: 15165f3b57927836dc9601454b31dce4b2c09c7d
diff --git a/scripts/run_ci.sh b/scripts/run_ci.sh
index 1f4a020..de521b0 100755
--- a/scripts/run_ci.sh
+++ b/scripts/run_ci.sh
@@ -9,8 +9,8 @@
BUILD_PHID=$2;
shift; shift;
-TAG=nexantic-version-${DOCKERFILE_HASH}
-POD=nexantic-build-${BUILD_ID}
+TAG=monogon-version-${DOCKERFILE_HASH}
+POD=monogon-build-${BUILD_ID}
# We keep one Bazel build cache per working copy to avoid concurrency issues
# (we cannot run multiple Bazel servers on a given _bazel_root)