Skip to content

Commit

Permalink
ci: update egress for hf
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed Feb 12, 2024
1 parent fd5dd75 commit 5b88b55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
egress-policy: block
allowed-endpoints: >
auth.docker.io:443
cdn-lfs.huggingface.co:443
*.huggingface.co:443
cdn.dl.k8s.io:443
dl.k8s.io:443
download.docker.com:443
Expand Down Expand Up @@ -138,4 +138,3 @@ jobs:
path: |
/tmp/*.log
/tmp/images/*.png
2 changes: 1 addition & 1 deletion .github/workflows/test-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
egress-policy: block
allowed-endpoints: >
auth.docker.io:443
cdn-lfs.huggingface.co:443
*.huggingface.co:443
cdn.dl.k8s.io:443
dl.k8s.io:443
download.docker.com:443
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
egress-policy: block
allowed-endpoints: >
auth.docker.io:443
cdn-lfs.huggingface.co:443
*.huggingface.co:443
fulcio.sigstore.dev:443
gcr.io:443
ghcr.io:443
github.com:443
*.huggingface.co:443
huggingface.co:443
*.githubusercontent.com:443
production.cloudflare.docker.com:443
registry-1.docker.io:443
Expand Down

0 comments on commit 5b88b55

Please sign in to comment.