File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6666 password : ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
6767 registry : registry.internal.huggingface.tech
6868 - name : Login to Azure Container Registry
69- # if: github.event_name != 'pull_request'
69+ if : github.event_name != 'pull_request'
70707171 with :
7272 username : ${{ secrets.AZURE_DOCKER_USERNAME }}
8080 latest=auto
8181 images : |
8282 registry.internal.huggingface.tech/api-inference/community/text-generation-inference
83- # ghcr.io/huggingface/text-generation-inference
84- # db4c2190dd824d1f950f5d1555fbadf0.azurecr.io/text-generation-inference
83+ ghcr.io/huggingface/text-generation-inference
84+ db4c2190dd824d1f950f5d1555fbadf0.azurecr.io/text-generation-inference
8585 tags : |
8686 type=semver,pattern={{version}}
8787 type=semver,pattern={{major}}.{{minor}}
9393 with :
9494 context : .
9595 file : Dockerfile
96- # push: ${{ github.event_name != 'pull_request' }}
97- push : true
96+ push : ${{ github.event_name != 'pull_request' }}
9897 platforms : ' linux/amd64'
9998 build-args : |
10099 GIT_SHA={{ env.GITHUB_SHA }}
You can’t perform that action at this time.
0 commit comments