File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ Starts the buildcage builder container.
270270| Parameter | Required | Default | Description |
271271| -----------| ----------| ---------| -------------|
272272| ` buildcage_image ` | No | ` ghcr.io/dash14/buildcage ` | Docker image name |
273- | ` buildcage_version ` | No | ` v1 ` | Image tag |
273+ | ` buildcage_version ` | No | ` 1 ` | Image tag |
274274| ` proxy_mode ` | No | ` restrict ` | Operation mode (` audit ` / ` restrict ` ) |
275275| ` allowed_http_domains ` | No | empty | Allowed HTTP domains (comma-separated) |
276276| ` allowed_https_domains ` | No | empty | Allowed HTTPS domains (comma-separated) |
Original file line number Diff line number Diff line change 99 buildcage_version :
1010 description : " Image tag"
1111 required : false
12- default : ' latest '
12+ default : ' 1 '
1313 proxy_mode :
1414 description : " audit or restrict"
1515 required : false
Original file line number Diff line number Diff line change 11services :
22 builder :
3- image : ${BUILDCAGE_IMAGE:-ghcr.io/dash14/buildcage}:${BUILDCAGE_VERSION:-latest }
3+ image : ${BUILDCAGE_IMAGE:-ghcr.io/dash14/buildcage}:${BUILDCAGE_VERSION:-1 }
44 privileged : true
55 ports :
66 - " ${PORT:-1234}:1234"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ execFileSync(
2020 ALLOWED_HTTP_DOMAINS : process . env . INPUT_ALLOWED_HTTP_DOMAINS || "" ,
2121 ALLOWED_HTTPS_DOMAINS : process . env . INPUT_ALLOWED_HTTPS_DOMAINS || "" ,
2222 BUILDCAGE_IMAGE : process . env . INPUT_BUILDCAGE_IMAGE || "ghcr.io/dash14/buildcage" ,
23- BUILDCAGE_VERSION : process . env . INPUT_BUILDCAGE_VERSION || "latest " ,
23+ BUILDCAGE_VERSION : process . env . INPUT_BUILDCAGE_VERSION || "1 " ,
2424 PORT : process . env . INPUT_PORT || "1234" ,
2525 } ,
2626 }
You can’t perform that action at this time.
0 commit comments