We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fee6cdb + 54c935c commit da474e3Copy full SHA for da474e3
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