mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix-Cache for Queue Processor (#4529)
Some checks failed
Build Docker Images / Build docker images (push) Has been cancelled
Build Self-Hosting Docker Images / Build self-host docker images (push) Has been cancelled
Run tests / Run Codebase tests (push) Has been cancelled
Run tests / Build docker images (push) Has been cancelled
Some checks failed
Build Docker Images / Build docker images (push) Has been cancelled
Build Self-Hosting Docker Images / Build self-host docker images (push) Has been cancelled
Run tests / Run Codebase tests (push) Has been cancelled
Run tests / Build docker images (push) Has been cancelled
This commit is contained in:
parent
edbe4786d5
commit
52d35a7b2c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue