Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add public gitlab & github crs #441

Merged
1 commit merged into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/schemas/ContainerRegistryRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ properties:
* `ECR` needs in the config: region, access_key_id, secret_access_key
* `SCALEWAY_CR` needs in the config: region, scaleway_access_key, scaleway_secret_key
* `DOCKER_HUB` needs in the config (optional): username, password
* `GITHUB_CR` needs in the config: username, password
* `GITLAB_CR` needs in the config: username, password
* `GITHUB_CR` needs in the config (optional): username, password
* `GITLAB_CR` needs in the config (optional): username, password
* `PUBLIC_ECR` doesn't need credentials info
* `GENERIC_CR` needs in the config: username, password
* `GENERIC_CR` needs in the config (optional): username, password
* `DOCR` is not supported anymore
Loading