We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f4ffe6 + b9888c1 commit 435fc65Copy full SHA for 435fc65
Makefile
@@ -18,7 +18,7 @@ DOCS := \
18
DATE ?= $(shell date +%Y-%m-%d)
19
VERSION ?= v0.0.0
20
REVMARK ?= Draft
21
-DOCKER_IMG := docker.io/riscvintl/riscv-docs-base-container-image:latest
+DOCKER_IMG := ghcr.io/riscv/riscv-docs-base-container-image:latest
22
DOCKER_BIN ?= docker
23
ifneq ($(SKIP_DOCKER),true)
24
DOCKER_IS_PODMAN = \
0 commit comments