diff --git a/.travis.yml b/.travis.yml index 17e845239c3..581ca3ed32a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ jobs: -e DOC_REPO_SLUG='MicrosoftDocs/azure-docs-cli' \ -e REPO_LOCATION=/repo \ -v $PWD:/repo \ - sttramer/az-ext-list-publisher:0.3.0 + mcr.microsoft.com/azure-cli-ext/ext-list-publisher:0.3.0 env: PURPOSE='SyncAvailableExtensionsDoc' if: repo = Azure/azure-cli-extensions and branch = master and type = cron fast_finish: true diff --git a/scripts/avail-ext-doc/README.md b/scripts/avail-ext-doc/README.md index 6b8ac316298..e51ea5d8beb 100644 --- a/scripts/avail-ext-doc/README.md +++ b/scripts/avail-ext-doc/README.md @@ -5,7 +5,7 @@ Automatically create PR to update the document listing the available CLI extensi To build locally: ```bash -docker build . -t sttramer/az-ext-list-publisher:0.2.0 +docker build . -t mcr.microsoft.com/azure-cli-ext/ext-list-publisher:0.3.0 ``` To run locally: @@ -20,7 +20,7 @@ docker run \ -e DOC_REPO_SLUG=$DOC_REPO_SLUG \ -e REPO_LOCATION=/repo \ -v $PWD:/repo \ - sttramer/az-ext-list-publisher:0.2.0 + mcr.microsoft.com/azure-cli-ext/ext-list-publisher:0.3.0 ``` For example: @@ -35,5 +35,5 @@ docker run \ -e DOC_REPO_SLUG='azure/azure-docs-cli-python' \ -e REPO_LOCATION=/repo \ -v /Repos/azure-cli-extensions:/repo \ - sttramer/az-ext-list-publisher:0.2.0 + mcr.microsoft.com/azure-cli-ext/ext-list-publisher:0.3.0 ```