Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
1bef34c665
commit
6bc104a119
1 changed files with 4 additions and 2 deletions
|
|
@ -39,7 +39,9 @@ jobs:
|
|||
--bootstrap --use tls-environment
|
||||
- name: Build and push pathfinder
|
||||
run: |
|
||||
docker compose build --push pathfinder
|
||||
docker build . -f pathfinder.Dockerfile --tag \
|
||||
hephaestus.sunnypup.io/affine/pathfinder:latest
|
||||
- name: Build and push pf-websocket
|
||||
run: |
|
||||
docker compose build --push pf-websocket
|
||||
docker build . -f pf-websocket.Dockerfile --tag \
|
||||
hephaestus.sunnypup.io/affine/pf-websocket:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue