add server url to tag
All checks were successful
Build OCI Images / build (push) Successful in 2m50s

This commit is contained in:
Rose 2024-07-24 03:38:06 -04:00
parent e5321621a9
commit afa86a263e
No known key found for this signature in database

View file

@ -38,18 +38,18 @@ jobs:
context: .
file: ./apps/dispatch/Dockerfile
push: true
tags: rose/datamine/dispatch:devel
tags: git.thornbush.dev/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
tags: git.thornbush.dev/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
tags: git.thornbush.dev/rose/datamine/bot:devel