diff --git a/.forgejo/workflows/build_and_push.yaml b/.forgejo/workflows/build_and_push.yaml index 3cd987f..ed099c1 100644 --- a/.forgejo/workflows/build_and_push.yaml +++ b/.forgejo/workflows/build_and_push.yaml @@ -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