Skip to content

Commit

Permalink
Fix-Cache for Queue Processor (#4529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Podginator authored Jan 30, 2025
1 parent edbe478 commit 52d35a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-self-host-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52d35a7

Please sign in to comment.