oopes
All checks were successful
build and push / build (push) Successful in 2m32s

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2026-02-03 15:09:03 -08:00
parent cd0f71c857
commit 74a17be675

View file

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