Skip to content

Commit 3652d82

Browse files
revert build
1 parent 521f620 commit 3652d82

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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'
7070
uses: docker/[email protected]
7171
with:
7272
username: ${{ secrets.AZURE_DOCKER_USERNAME }}
@@ -80,8 +80,8 @@ jobs:
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}}
@@ -93,8 +93,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)