We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e1ea6 commit 7bcf5caCopy full SHA for 7bcf5ca
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
VERSION ?= $(shell git describe --tags --exact-match 2>/dev/null || echo latest)
2
-REGISTRY ?= docker.io/
+REGISTRY ?= docker.io
3
IMAGE_PREFIX ?= drycc
4
-IMAGE := ${REGISTRY}${IMAGE_PREFIX}/go-dev:${VERSION}
+IMAGE := ${DEV_REGISTRY}/${IMAGE_PREFIX}/go-dev:${VERSION}
5
PLATFORM ?= linux/amd64,linux/arm64
6
7
# scripts are checked *after* build, so use paths inside the container
0 commit comments