We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee6cdb commit 54c935cCopy full SHA for 54c935c
Makefile
@@ -20,7 +20,7 @@ VERSION ?= v0.0.0
20
REVMARK ?= Draft
21
ifneq ($(SKIP_DOCKER),true)
22
DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \
23
- riscvintl/riscv-docs-base-container-image:latest \
+ ghcr.io/riscv/riscv-docs-base-container-image:latest \
24
/bin/sh -c
25
DOCKER_QUOTE := "
26
endif
0 commit comments