File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ steps:
1111 - --tag=gcr.io/$PROJECT_ID/simulator-backend:latest
1212 - -f=./simulator/cmd/simulator/Dockerfile
1313 - ./simulator/
14+ - name : gcr.io/cloud-builders/docker
15+ args :
16+ - buildx
17+ - build
18+ - --tag=gcr.io/$PROJECT_ID/debuggable-scheduler:$_GIT_TAG
19+ - --tag=gcr.io/$PROJECT_ID/debuggable-scheduler:latest
20+ - -f=./simulator/cmd/scheduler/Dockerfile
21+ - ./simulator/
1422 - name : gcr.io/cloud-builders/docker
1523 args :
1624 - buildx
@@ -29,6 +37,8 @@ options:
2937# this will push these images, or cause the build to fail if they weren't built.
3038images :
3139 - ' gcr.io/$PROJECT_ID/simulator-frontend:$_GIT_TAG'
40+ - ' gcr.io/$PROJECT_ID/simulator-frontend:latest'
41+ - ' gcr.io/$PROJECT_ID/simulator-backend:$_GIT_TAG'
3242 - ' gcr.io/$PROJECT_ID/simulator-backend:latest'
33- - ' gcr.io/$PROJECT_ID/simulator-frontend :$_GIT_TAG'
34- - ' gcr.io/$PROJECT_ID/simulator-backend :latest'
43+ - ' gcr.io/$PROJECT_ID/debuggable-scheduler :$_GIT_TAG'
44+ - ' gcr.io/$PROJECT_ID/debuggable-scheduler :latest'
You can’t perform that action at this time.
0 commit comments