diff --git a/.forgejo/workflows/build_and_push.yaml b/.forgejo/workflows/build_and_push.yaml index 35fa962..3cd987f 100644 --- a/.forgejo/workflows/build_and_push.yaml +++ b/.forgejo/workflows/build_and_push.yaml @@ -41,7 +41,9 @@ jobs: run: | docker build . -f pathfinder.Dockerfile --tag \ hephaestus.sunnypup.io/affine/pathfinder:latest + docker push 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