Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
chore: make gen/website-mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
thiskevinwang committed Mar 1, 2022
1 parent f3c9008 commit d007daa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/partials/components/builder-docker-pull.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ WARNING: be very careful to not leak the authentication information by hardcodin

Output attributes can be used in your `waypoint.hcl` as [variables](/docs/waypoint-hcl/variables) via [`artifact`](/docs/waypoint-hcl/variables/artifact) or [`deploy`](/docs/waypoint-hcl/variables/deploy).

#### architecture

- Type: **string**

#### image

- Type: **string**
Expand Down
4 changes: 4 additions & 0 deletions website/content/partials/components/builder-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ If buildkit is enabled unused stages will be skipped.

Output attributes can be used in your `waypoint.hcl` as [variables](/docs/waypoint-hcl/variables) via [`artifact`](/docs/waypoint-hcl/variables/artifact) or [`deploy`](/docs/waypoint-hcl/variables/deploy).

#### architecture

- Type: **string**

#### image

- Type: **string**
Expand Down
4 changes: 4 additions & 0 deletions website/content/partials/components/registry-aws-ecr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ This defaults to waypoint- then the application name. The repository will be aut

Output attributes can be used in your `waypoint.hcl` as [variables](/docs/waypoint-hcl/variables) via [`artifact`](/docs/waypoint-hcl/variables/artifact) or [`deploy`](/docs/waypoint-hcl/variables/deploy).

#### architecture

- Type: **string**

#### image

- Type: **string**
Expand Down
4 changes: 4 additions & 0 deletions website/content/partials/components/registry-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ This optional conflicts with encoded_auth and thusly only one can be used at a t

Output attributes can be used in your `waypoint.hcl` as [variables](/docs/waypoint-hcl/variables) via [`artifact`](/docs/waypoint-hcl/variables/artifact) or [`deploy`](/docs/waypoint-hcl/variables/deploy).

#### architecture

- Type: **string**

#### image

- Type: **string**
Expand Down

0 comments on commit d007daa

Please sign in to comment.