Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9f0f043f authored by Karine Bauch's avatar Karine Bauch
Browse files

chore: update README.md

parent 2358c4e7
No related branches found
No related tags found
No related merge requests found
Pipeline #63616 passed
...@@ -26,11 +26,11 @@ You can customize the job through [inputs](https://docs.gitlab.com/ci/components ...@@ -26,11 +26,11 @@ You can customize the job through [inputs](https://docs.gitlab.com/ci/components
| Name | Description | Default | | Name | Description | Default |
|------------------------------|---------------------------------------------------------------------------------|---------------------------------------------------| |------------------------------|---------------------------------------------------------------------------------|---------------------------------------------------|
| `blocking` | When no new version to publish, job fails, otherwise consider last release. | `false` | | `blocking` | When no new version to publish, job fails, otherwise consider last release. | `false` |
| `container_registry_api_url` | URL of the API to retrieve the container registry. | `https://registry.hub.docker.com/v2/repositories` | | `container-registry-api-url` | URL of the API to retrieve the container registry. | `https://registry.hub.docker.com/v2/repositories` |
| `image_name` | **Mandatory** Image name on Container Registry. https://regex101.com/r/f0jdQS/1 | `""` | | `image-name` | **Mandatory** Image name on Container Registry. https://regex101.com/r/f0jdQS/1 | `""` |
| `package_index_api_url` | URL of the API to retrieve the package index. | `https://pypi.org/pypi` | | `package-index-api-url` | URL of the API to retrieve the package index. | `https://pypi.org/pypi` |
| `package_name` | Name of the package on Package Registry. | `$CI_PROJECT_NAME` | | `package-name` | Name of the package on Package Registry. | `$CI_PROJECT_NAME` |
| `sort_cmd` | Command to sort versions. | `sort -V` | | `sort-cmd` | Command to sort versions. | `sort -V` |
| `stage` | Stage of the job. | `build` | | `stage` | Stage of the job. | `build` |
| `tag-exclude` | Image tags to consider as already built. Used to exclude specific versions. | `""` | | `tag-exclude` | Image tags to consider as already built. Used to exclude specific versions. | `""` |
...@@ -46,4 +46,4 @@ You can further customize the job by overriding the following variables: ...@@ -46,4 +46,4 @@ You can further customize the job by overriding the following variables:
| `PACKAGE_INDEX_API_URL` | URL of the API to retrieve the package index. | `$[[ inputs.package-index-api-url ]]` | | `PACKAGE_INDEX_API_URL` | URL of the API to retrieve the package index. | `$[[ inputs.package-index-api-url ]]` |
| `PACKAGE_NAME` | Name of the package on Package Registry. | `$[[ inputs.package-name ]]` | | `PACKAGE_NAME` | Name of the package on Package Registry. | `$[[ inputs.package-name ]]` |
| `SORT_CMD` | The command to sort the versions. | `$[[ inputs.sort-cmd ]]` | | `SORT_CMD` | The command to sort the versions. | `$[[ inputs.sort-cmd ]]` |
| `TAG_EXCLUDE` | Image tags to consider as already built. Used to exclude specific versions. | `$[[ inputs.tags ]]` | | `TAG_EXCLUDE` | Image tags to consider as already built. Used to exclude specific versions. | `$[[ inputs.tag-exclude ]]` |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment