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:
11
11
- --tag=gcr.io/$PROJECT_ID/simulator-backend:latest
12
12
- -f=./simulator/cmd/simulator/Dockerfile
13
13
- ./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/
14
22
- name : gcr.io/cloud-builders/docker
15
23
args :
16
24
- buildx
@@ -29,6 +37,8 @@ options:
29
37
# this will push these images, or cause the build to fail if they weren't built.
30
38
images :
31
39
- ' 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'
32
42
- ' 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