diff --git a/.forgejo/workflows/devel.yml b/.forgejo/workflows/devel.yml index 8aa8ede..eec920c 100644 --- a/.forgejo/workflows/devel.yml +++ b/.forgejo/workflows/devel.yml @@ -35,18 +35,18 @@ jobs: - name: build dispatch uses: https://code.forgejo.org/docker/build-push-action@v6 with: - context: ./apps/dispatch + context: . push: true tags: rose/datamine/dispatch:devel - name: build ingest uses: https://code.forgejo.org/docker/build-push-action@v6 with: - context: ./apps/ingest + context: . push: true tags: rose/datamine/ingest:devel - name: build dispatch uses: https://code.forgejo.org/docker/build-push-action@v6 with: - context: ./apps/bot + context: . push: true tags: rose/datamine/bot:devel