Skip to content

Commit 54c935c

Browse files
committed
Use ghcr.io docs base container image
1 parent fee6cdb commit 54c935c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ VERSION ?= v0.0.0
2020
REVMARK ?= Draft
2121
ifneq ($(SKIP_DOCKER),true)
2222
DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \
23-
riscvintl/riscv-docs-base-container-image:latest \
23+
ghcr.io/riscv/riscv-docs-base-container-image:latest \
2424
/bin/sh -c
2525
DOCKER_QUOTE := "
2626
endif

0 commit comments

Comments
 (0)