oops, forgot to push
Some checks failed
build and push / build (push) Failing after 38s

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

View file

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