File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ publishdevoperator: ## Build and publish k8s-operator image to location specifie
100100 @test " ${REPO} " ! = " ghcr.io/tailscale/tailscale" || (echo " REPO=... must not be ghcr.io/tailscale/tailscale" && exit 1)
101101 @test " ${REPO} " ! = " tailscale/k8s-operator" || (echo " REPO=... must not be tailscale/k8s-operator" && exit 1)
102102 @test " ${REPO} " ! = " ghcr.io/tailscale/k8s-operator" || (echo " REPO=... must not be ghcr.io/tailscale/k8s-operator" && exit 1)
103- TAGS=" ${TAGS} " REPOS=${REPO} PLATFORM=${PLATFORM} PUSH=true TARGET=operator ./build_docker.sh
103+ TAGS=" ${TAGS} " REPOS=${REPO} PLATFORM=${PLATFORM} PUSH=true TARGET=k8s- operator ./build_docker.sh
104104
105105publishdevnameserver : # # Build and publish k8s-nameserver image to location specified by ${REPO}
106106 @test -n " ${REPO} " || (echo " REPO=... required; e.g. REPO=ghcr.io/${USER} /tailscale" && exit 1)
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ case "$TARGET" in
5454 --annotations=" ${ANNOTATIONS} " \
5555 /usr/local/bin/containerboot
5656 ;;
57- operator)
57+ k8s- operator)
5858 DEFAULT_REPOS=" tailscale/k8s-operator"
5959 REPOS=" ${REPOS:- ${DEFAULT_REPOS} } "
6060 go run github.com/tailscale/mkctr \
You can’t perform that action at this time.
0 commit comments