build docker without compose
Some checks failed
build and push / build (push) Failing after 1m13s

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2026-02-03 12:01:34 -08:00
parent 1bef34c665
commit 6bc104a119

View file

@ -39,7 +39,9 @@ jobs:
--bootstrap --use tls-environment --bootstrap --use tls-environment
- name: Build and push pathfinder - name: Build and push pathfinder
run: | run: |
docker compose build --push pathfinder docker build . -f pathfinder.Dockerfile --tag \
hephaestus.sunnypup.io/affine/pathfinder:latest
- name: Build and push pf-websocket - name: Build and push pf-websocket
run: | run: |
docker compose build --push pf-websocket docker build . -f pf-websocket.Dockerfile --tag \
hephaestus.sunnypup.io/affine/pf-websocket:latest