Skip to content

Commit

Permalink
apps: document registry_credentials argument. (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Jul 22, 2024
1 parent f6da183 commit aa8fc9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ A `service` can contain:
- `registry_type` - The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
- `registry` - The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
- `repository` - The repository name.
- `registry_credentials` - The credentials required to access a private Docker Hub or GitHub registry, in the following syntax `<username>:<token>`.
- `tag` - The repository tag. Defaults to `latest` if not provided.
- `deploy_on_push` - Configures automatically deploying images pushed to DOCR.
- `enabled` - Whether to automatically deploy images pushed to DOCR.
Expand Down Expand Up @@ -326,6 +327,7 @@ A `worker` can contain:
- `registry_type` - The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
- `registry` - The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
- `repository` - The repository name.
- `registry_credentials` - The credentials required to access a private Docker Hub or GitHub registry, in the following syntax `<username>:<token>`.
- `tag` - The repository tag. Defaults to `latest` if not provided.
- `deploy_on_push` - Configures automatically deploying images pushed to DOCR.
- `enabled` - Whether to automatically deploy images pushed to DOCR.
Expand Down Expand Up @@ -380,6 +382,7 @@ A `job` can contain:
- `registry_type` - The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`.
- `registry` - The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
- `repository` - The repository name.
- `registry_credentials` - The credentials required to access a private Docker Hub or GitHub registry, in the following syntax `<username>:<token>`.
- `tag` - The repository tag. Defaults to `latest` if not provided.
- `deploy_on_push` - Configures automatically deploying images pushed to DOCR.
- `enabled` - Whether to automatically deploy images pushed to DOCR.
Expand Down

0 comments on commit aa8fc9f

Please sign in to comment.