File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 3636 with :
3737 context : ./frontend
3838 push : true
39- file : Dockerfile
4039 tags : ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-frontend:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-frontend:${{ env.CODE_VERSION }}
4140
4241 - name : Build osm-cgimap
5352 with :
5453 context : ./osm-log-proxy
5554 push : true
56- file : Dockerfile
5755 tags : ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-log-proxy:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-log-proxy:${{ env.CODE_VERSION }}
5856
5957
7169 with :
7270 context : osm-web
7371 push : true
74- file : Dockerfile
7572 tags : ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-web:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-web:${{ env.CODE_VERSION }}
7673
7774
8077 with :
8178 context : pathways-editor
8279 push : true
83- file : Dockerfile
8480 tags : ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-pathways-editor:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-pathways-editor:${{ env.CODE_VERSION }}
8581
8682
8985 with :
9086 context : rapid
9187 push : true
92- file : Dockerfile
9388 tags : ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-rapid:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-rapid:${{ env.CODE_VERSION }}
9489
9590
@@ -119,7 +114,7 @@ jobs:
119114 deploy :
120115 needs : build
121116 runs-on : ubuntu-latest
122- name : Build
117+ name : Deploy
123118 environment : " dev"
124119 timeout-minutes : 45
125120 steps :
You can’t perform that action at this time.
0 commit comments