We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8101ecb commit 97bcc79Copy full SHA for 97bcc79
.github/workflows/build-v2.yaml
@@ -34,14 +34,14 @@ jobs:
34
- name: Build frontend
35
uses: docker/build-push-action@v6
36
with:
37
- context: ./frontend
+ context: ./frontend/
38
push: true
39
tags: ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-frontend:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-frontend:${{ env.CODE_VERSION }}
40
41
- name: Build osm-cgimap
42
43
44
- context: ./osm-cgimap
+ context: ./osm-cgimap/
45
46
file: docker/ubuntu/Dockerfile2404
47
tags: ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-cgimap:${{ vars.ENV }}, ${{ vars.WS_DOCKER_REGISTRY }}/workspaces-osm-cgimap:${{ env.CODE_VERSION }}
0 commit comments