File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -175,13 +175,6 @@ jobs:
175175 registry : docker.io
176176 username : ${{ secrets.DOCKERHUB_USERNAME }}
177177 password : ${{ secrets.DOCKERHUB_PASSWORD }}
178- - name : Login to Azure Container Registry
179- if : github.event_name != 'pull_request'
180- uses : docker/login-action@v3
181- with :
182- username : ${{ secrets.AZURE_DOCKER_USERNAME }}
183- password : ${{ secrets.AZURE_DOCKER_PASSWORD }}
184- registry : db4c2190dd824d1f950f5d1555fbadf0.azurecr.io
185178 # If pull request
186179 - name : Extract metadata (tags, labels) for Docker
187180 if : ${{ github.event_name == 'pull_request' }}
@@ -203,7 +196,6 @@ jobs:
203196 images : |
204197 registry.internal.huggingface.tech/api-inference/community/text-generation-inference
205198 ghcr.io/huggingface/text-generation-inference
206- db4c2190dd824d1f950f5d1555fbadf0.azurecr.io/text-generation-inference
207199 tags : |
208200 type=semver,pattern={{version}}${{ env.LABEL_EXTENSION }}
209201 type=semver,pattern={{major}}.{{minor}}${{ env.LABEL_EXTENSION }}
You can’t perform that action at this time.
0 commit comments