add path to docker file
Some checks failed
Build OCI Images / build (push) Failing after 1m27s

This commit is contained in:
Rose 2024-07-24 03:35:55 -04:00
parent 7638cdf52d
commit e5321621a9
No known key found for this signature in database

View file

@ -36,17 +36,20 @@ jobs:
uses: https://code.forgejo.org/docker/build-push-action@v6
with:
context: .
file: ./apps/dispatch/Dockerfile
push: true
tags: rose/datamine/dispatch:devel
- name: build ingest
uses: https://code.forgejo.org/docker/build-push-action@v6
with:
context: .
file: ./apps/ingest/Dockerfile
push: true
tags: rose/datamine/ingest:devel
- name: build dispatch
uses: https://code.forgejo.org/docker/build-push-action@v6
with:
context: .
file: ./apps/bot/Dockerfile
push: true
tags: rose/datamine/bot:devel