From c864daec3f0bb57b6a4a89d3a3631b50cd7df672 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 5 Sep 2024 15:22:10 +0200 Subject: [PATCH] Fix repo location. --- .github/workflows/python.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d689bcd5..b7539fb4 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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 @@ -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