website: use full registry name so it works with podman again (#17809)

This commit is contained in:
Seth Hoenig
2023-07-06 13:22:12 -05:00
committed by GitHub
parent 3d87b3d91f
commit 878e6b9cf4

View File

@@ -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" \