Skip to content

Commit 97bcc79

Browse files
committed
Update build-v2.yaml
1 parent 8101ecb commit 97bcc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-v2.yaml

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

4141
- name: Build osm-cgimap
4242
uses: docker/build-push-action@v6
4343
with:
44-
context: ./osm-cgimap
44+
context: ./osm-cgimap/
4545
push: true
4646
file: docker/ubuntu/Dockerfile2404
4747
tags: ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-cgimap:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-cgimap:${{ env.CODE_VERSION }}

0 commit comments

Comments
 (0)