Skip to content

Commit 91b0ff0

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-v2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Build frontend
3535
uses: docker/build-push-action@v6
3636
with:
37-
context: frontend
37+
context: ./frontend
3838
push: true
3939
file: Dockerfile
4040
tags: ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-frontend:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-frontend:${{ env.CODE_VERSION }}
4141

4242
- name: Build osm-cgimap
4343
uses: docker/build-push-action@v6
4444
with:
45-
context: osm-cgimap
45+
context: ./osm-cgimap
4646
push: true
4747
file: docker/ubuntu/Dockerfile2404
4848
tags: ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-cgimap:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-cgimap:${{ env.CODE_VERSION }}
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build osm-log-proxy
5252
uses: docker/build-push-action@v6
5353
with:
54-
context: osm-log-proxy
54+
context: ./osm-log-proxy
5555
push: true
5656
file: Dockerfile
5757
tags: ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-log-proxy:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-log-proxy:${{ env.CODE_VERSION }}
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build osm-rails
6161
uses: docker/build-push-action@v6
6262
with:
63-
context: osm-rails
63+
context: ./osm-rails
6464
push: true
6565
file: Dockerfile.prod
6666
tags: ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-rails:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-rails:${{ env.CODE_VERSION }}

0 commit comments

Comments
 (0)