Skip to content

Commit

Permalink
Fix repo location.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Sep 5, 2024
1 parent 9cac9d2 commit c864dae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/safetensors/s390x
ghcr.io/huggingface/safetensors/s390x
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
Expand All @@ -130,5 +130,5 @@ jobs:
file: Dockerfile.s390x.test
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/safetensors/s390x:cache,mode=max
cache-to: type=registry,ref=ghcr.io/safetensors/s390x:cache,mode=max
cache-from: type=registry,ref=ghcr.io/huggingface/safetensors/s390x:cache,mode=max
cache-to: type=registry,ref=ghcr.io/huggingface/safetensors/s390x:cache,mode=max

0 comments on commit c864dae

Please sign in to comment.