Skip to content

Commit 617e5b4

Browse files
committed
Update Makefile
1 parent 2fad0ca commit 617e5b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARCH ?=amd64
22
ALL_ARCH = amd64 arm64
33

4-
IMAGE ?= docker.io/oats87/hyperkube-base
4+
IMAGE ?= harbor.cumulus.openstack.hpc.cam.ac.uk/magnum/hyperkube-base
55
TAG ?= v0.0.1
66

77
BASEIMAGE ?= ubuntu:20.04
@@ -48,8 +48,8 @@ build: clean cni-bin/bin scripts/iptables-wrapper-installer.sh
4848
docker build --pull --build-arg ARCH=${ARCH} -t $(IMAGE):$(TAG)-linux-$(ARCH) .
4949

5050
push: build
51-
docker push $(IMAGE):$(TAG)-$(ARCH)
51+
docker push $(IMAGE):$(TAG)-linux-$(ARCH)
5252

5353
.PHONY: all build push clean all-build all-push-images all-push
5454

55-
.DEFAULT_GOAL := build
55+
.DEFAULT_GOAL := build

0 commit comments

Comments
 (0)