Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
cd0f71c857
commit
74a17be675
1 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue