add server url to tag
All checks were successful
Build OCI Images / build (push) Successful in 2m50s
All checks were successful
Build OCI Images / build (push) Successful in 2m50s
This commit is contained in:
parent
e5321621a9
commit
afa86a263e
1 changed files with 3 additions and 3 deletions
|
|
@ -38,18 +38,18 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./apps/dispatch/Dockerfile
|
file: ./apps/dispatch/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: rose/datamine/dispatch:devel
|
tags: git.thornbush.dev/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: .
|
context: .
|
||||||
file: ./apps/ingest/Dockerfile
|
file: ./apps/ingest/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: rose/datamine/ingest:devel
|
tags: git.thornbush.dev/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: .
|
context: .
|
||||||
file: ./apps/bot/Dockerfile
|
file: ./apps/bot/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: rose/datamine/bot:devel
|
tags: git.thornbush.dev/rose/datamine/bot:devel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue