This commit is contained in:
parent
afa86a263e
commit
3e0545aa67
1 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ jobs:
|
|||
file: ./apps/dispatch/Dockerfile
|
||||
push: true
|
||||
tags: git.thornbush.dev/rose/datamine/dispatch:devel
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
- name: build ingest
|
||||
uses: https://code.forgejo.org/docker/build-push-action@v6
|
||||
with:
|
||||
|
|
@ -46,6 +48,8 @@ jobs:
|
|||
file: ./apps/ingest/Dockerfile
|
||||
push: true
|
||||
tags: git.thornbush.dev/rose/datamine/ingest:devel
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
- name: build dispatch
|
||||
uses: https://code.forgejo.org/docker/build-push-action@v6
|
||||
with:
|
||||
|
|
@ -53,3 +57,5 @@ jobs:
|
|||
file: ./apps/bot/Dockerfile
|
||||
push: true
|
||||
tags: git.thornbush.dev/rose/datamine/bot:devel
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue