Skip to content

Commit 8101ecb

Browse files
committed
Update build-v2.yaml
1 parent 91b0ff0 commit 8101ecb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-v2.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
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
@@ -53,7 +52,6 @@ jobs:
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

@@ -71,7 +69,6 @@ jobs:
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

@@ -80,7 +77,6 @@ jobs:
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

@@ -89,7 +85,6 @@ jobs:
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:

0 commit comments

Comments
 (0)