Skip to content

Commit 7bcf5ca

Browse files
committed
feat(docker): dealing with the change of docker in kubenetes 1.20
1 parent a8e1ea6 commit 7bcf5ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION ?= $(shell git describe --tags --exact-match 2>/dev/null || echo latest)
2-
REGISTRY ?= docker.io/
2+
REGISTRY ?= docker.io
33
IMAGE_PREFIX ?= drycc
4-
IMAGE := ${REGISTRY}${IMAGE_PREFIX}/go-dev:${VERSION}
4+
IMAGE := ${DEV_REGISTRY}/${IMAGE_PREFIX}/go-dev:${VERSION}
55
PLATFORM ?= linux/amd64,linux/arm64
66

77
# scripts are checked *after* build, so use paths inside the container

0 commit comments

Comments
 (0)