From 52d35a7b2cc1fcdad6983f4092da3437752d2b72 Mon Sep 17 00:00:00 2001 From: Tom Rogers Date: Thu, 30 Jan 2025 17:56:04 +0100 Subject: [PATCH] Fix-Cache for Queue Processor (#4529) --- .github/workflows/build-self-host-docker-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-self-host-docker-images.yml b/.github/workflows/build-self-host-docker-images.yml index 0b4335151..4c72e34ae 100644 --- a/.github/workflows/build-self-host-docker-images.yml +++ b/.github/workflows/build-self-host-docker-images.yml @@ -51,8 +51,8 @@ jobs: push: true tags: ghcr.io/omnivore-app/sh-queue-processor:latest,ghcr.io/omnivore-app/sh-queue-processor:${{ github.sha }} file: packages/api/queue-processor/Dockerfile - cache-from: type=registry,ref=ghcr.io/omnivore-app/queue-processor:latest - cache-to: type=registry,ref=ghcr.io/omnivore-app/queue-processor:latest,mode=max + cache-from: type=registry,ref=ghcr.io/omnivore-app/sh-queue-processor:latest + cache-to: type=registry,ref=ghcr.io/omnivore-app/sh-queue-processor:latest,mode=max - name: Build and push image-proxy uses: docker/build-push-action@v6