This commit is contained in:
parent
08b8a387af
commit
7638cdf52d
1 changed files with 3 additions and 3 deletions
|
|
@ -35,18 +35,18 @@ jobs:
|
||||||
- name: build dispatch
|
- name: build dispatch
|
||||||
uses: https://code.forgejo.org/docker/build-push-action@v6
|
uses: https://code.forgejo.org/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./apps/dispatch
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: rose/datamine/dispatch:devel
|
tags: rose/datamine/dispatch:devel
|
||||||
- name: build ingest
|
- name: build ingest
|
||||||
uses: https://code.forgejo.org/docker/build-push-action@v6
|
uses: https://code.forgejo.org/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./apps/ingest
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: rose/datamine/ingest:devel
|
tags: rose/datamine/ingest:devel
|
||||||
- name: build dispatch
|
- name: build dispatch
|
||||||
uses: https://code.forgejo.org/docker/build-push-action@v6
|
uses: https://code.forgejo.org/docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./apps/bot
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: rose/datamine/bot:devel
|
tags: rose/datamine/bot:devel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue