Skip to content

Commit 52d35a7

Browse files
authored
Fix-Cache for Queue Processor (#4529)
1 parent edbe478 commit 52d35a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-self-host-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
push: true
5252
tags: ghcr.io/omnivore-app/sh-queue-processor:latest,ghcr.io/omnivore-app/sh-queue-processor:${{ github.sha }}
5353
file: packages/api/queue-processor/Dockerfile
54-
cache-from: type=registry,ref=ghcr.io/omnivore-app/queue-processor:latest
55-
cache-to: type=registry,ref=ghcr.io/omnivore-app/queue-processor:latest,mode=max
54+
cache-from: type=registry,ref=ghcr.io/omnivore-app/sh-queue-processor:latest
55+
cache-to: type=registry,ref=ghcr.io/omnivore-app/sh-queue-processor:latest,mode=max
5656

5757
- name: Build and push image-proxy
5858
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)