File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments