diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6db0babf7..84e99b614 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -58,7 +58,7 @@ jobs: with: app-name: 'feathr-sql-registry' publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_FEATHR_SQL_REGISTRY }} - images: 'index.docker.io/feathrfeaturestore/feathr-registry:nightly' + images: 'feathrfeaturestore/feathr-registry:nightly' - name: Deploy to Feathr Purview Registry Azure Web App id: deploy-to-purview-webapp @@ -66,7 +66,7 @@ jobs: with: app-name: 'feathr-purview-registry' publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_FEATHR_PURVIEW_REGISTRY }} - images: 'index.docker.io/feathrfeaturestore/feathr-registry:nightly' + images: 'feathrfeaturestore/feathr-registry:nightly' - name: Deploy to Feathr RBAC Registry Azure Web App id: deploy-to-rbac-webapp @@ -74,5 +74,5 @@ jobs: with: app-name: 'feathr-rbac-registry' publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_FEATHR_RBAC_REGISTRY }} - images: 'index.docker.io/feathrfeaturestore/feathr-registry:nightly' + images: 'feathrfeaturestore/feathr-registry:nightly'