Skip to content

Commit b2b85fa

Browse files
committed
chore(docker-go-dev): change quay.io to docker.io
1 parent dd49e85 commit b2b85fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION := $(shell git describe --tags --exact-match 2>/dev/null || echo latest)
2-
REGISTRY ?= quay.io/
2+
REGISTRY ?= docker.io/
33
IMAGE_PREFIX ?= drycc
44
IMAGE := ${REGISTRY}${IMAGE_PREFIX}/go-dev:${VERSION}
55

0 commit comments

Comments
 (0)