Skip to content

Commit

Permalink
website: use full registry name so it works with podman again (#17809)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Jul 6, 2023
1 parent 3d87b3d commit 878e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 878e6b9

Please sign in to comment.