From 878e6b9cf413af2a1119d97ddd77289b0b5d6406 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Thu, 6 Jul 2023 13:22:12 -0500 Subject: [PATCH] website: use full registry name so it works with podman again (#17809) --- website/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Makefile b/website/Makefile index ae7701526..1754e0864 100644 --- a/website/Makefile +++ b/website/Makefile @@ -16,7 +16,7 @@ CURRENT_GIT_BRANCH=$$(git rev-parse --abbrev-ref HEAD) LOCAL_CONTENT_DIR= PWD=$$(pwd) -DOCKER_IMAGE="hashicorp/dev-portal" +DOCKER_IMAGE="docker.io/hashicorp/dev-portal" DOCKER_IMAGE_LOCAL="dev-portal-local" DOCKER_RUN_FLAGS=-it \ --publish "3000:3000" \