diff options
| author | Matt Dotson <mattdot@users.noreply.github.com> | 2020-05-19 01:19:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 16:19:25 +0800 |
| commit | 9943d971e21f91f38e0ca48d73c5a32352c1abff (patch) | |
| tree | de70828063cf690d6467a555d0873e3241f42fa2 /examples | |
| parent | 5a5a15fe18bf3ab752a01c33c4c4c3ae9cf0601e (diff) | |
implemented azuredevops_serviceendpoint_dockerregistry to cover both Others and DockerHub registry. Removed azuredevops_serviceendpoint_dockerhub #297 (#304)
Implemented azuredevops_serviceendpoint_dockerregistry to cover both Others and DockerHub registry. Removed azuredevops_serviceendpoint_dockerhub #297
added dockerregistry to test
fixup! added dockerregistry to test
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/.env.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/.env.template b/examples/.env.template index bdb79338..3de1fe58 100644 --- a/examples/.env.template +++ b/examples/.env.template @@ -1,6 +1,6 @@ AZDO_GITHUB_SERVICE_CONNECTION_PAT= AZDO_ORG_SERVICE_URL= AZDO_PERSONAL_ACCESS_TOKEN= -AZDO_DOCKERHUB_SERVICE_CONNECTION_USERNAME= -AZDO_DOCKERHUB_SERVICE_CONNECTION_EMAIL= -AZDO_DOCKERHUB_SERVICE_CONNECTION_PASSWORD= +AZDO_DOCKERREGISTRY_SERVICE_CONNECTION_USERNAME= +AZDO_DOCKERREGISTRY_SERVICE_CONNECTION_EMAIL= +AZDO_DOCKERREGISTRY_SERVICE_CONNECTION_PASSWORD= |
