image needs to be localhost instead of docker.io
This commit is contained in:
@@ -19,7 +19,7 @@ build-agent:
|
||||
docker build \
|
||||
--platform=linux/arm64 \
|
||||
--build-arg VERSION=$(VERSION) \
|
||||
-t monok8s/control-agent:$(VERSION) .
|
||||
-t localhost/monok8s/control-agent:$(VERSION) .
|
||||
|
||||
build-local:
|
||||
go build -o $(BIN_DIR)/ctl-$(VERSION) ./cmd/ctl
|
||||
|
||||
Reference in New Issue
Block a user