Skip to content

Commit

Permalink
docs: Update install.md (#3191)
Browse files Browse the repository at this point in the history
Signed-off-by: Asya-kawai <33394138+Asya-kawai@users.noreply.github.com>
  • Loading branch information
Asya-kawai authored Dec 29, 2023
1 parent 6503979 commit 5978ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.14.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* Build and push Gatekeeper image:
```sh
export DESTINATION_GATEKEEPER_IMAGE=<add registry like "myregistry.docker.io/gatekeeper">
make docker-buildx REPOSITORY=$DESTINATION_GATEKEEPER_DOCKER_IMAGE OUTPUT_TYPE=type=registry
make docker-buildx REPOSITORY=$DESTINATION_GATEKEEPER_IMAGE OUTPUT_TYPE=type=registry
```

> If you want to use a local image, don't set OUTPUT_TYPE and it will default to `OUTPUT_TYPE=type=docker`.
Expand Down

0 comments on commit 5978ea8

Please sign in to comment.