From cfabcb7fef7a4fb13ace6c89d22b2929712c2e0a Mon Sep 17 00:00:00 2001 From: bra-fsn Date: Thu, 12 Sep 2024 09:34:41 +0200 Subject: [PATCH] name --- .github/workflows/image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 46d390c..272b3d5 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -45,5 +45,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache - cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max \ No newline at end of file + cache-from: type=registry,ref=${{ env.REGISTRY }}/sparecores/sc-runner:buildcache + cache-to: type=registry,ref=${{ env.REGISTRY }}/sparecores/sc-runner:buildcache,mode=max \ No newline at end of file