File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Start Buildcage builder
14- id : buildcage
1514 uses : dash14/buildcage/setup@v1
1615 with :
1716 proxy_mode : audit
2019 uses : docker/setup-buildx-action@v3
2120 with :
2221 driver : remote
23- endpoint : tcp ://localhost:${{ steps. buildcage.outputs.port }}
22+ endpoint : docker-container ://buildcage
2423
2524 - name : Create test Dockerfile
2625 run : |
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Start Buildcage builder
14- id : buildcage
1514 uses : dash14/buildcage/setup@v1
1615 with :
1716 proxy_mode : restrict
2322 uses : docker/setup-buildx-action@v3
2423 with :
2524 driver : remote
26- endpoint : tcp ://localhost:${{ steps. buildcage.outputs.port }}
25+ endpoint : docker-container ://buildcage
2726
2827 - name : Create test Dockerfile
2928 run : |
You can’t perform that action at this time.
0 commit comments