Skip to content

Commit 5b4c50e

Browse files
committed
[CI/CD] Fix Release Action
1 parent c9a359c commit 5b4c50e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/release.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,19 @@ jobs:
6666
prerelease: false
6767
files: |
6868
LICENSE
69-
body: ${{ inputs.release-content }}
69+
body: |
70+
## custom-stack - ${{ inputs.release-version }}
71+
72+
All-in-One Platform
73+
74+
## Deployment
75+
76+
```
77+
docker run --name custom-stack \
78+
--rm -p 8080:8080 -p 8081:8081 \
79+
ghcr.io/dirigiblelabs/custom-stack:${{ inputs.release-version }}
80+
```
81+
82+
## Access points:
83+
84+
- [/services/web/ide/](http://localhost:8080/services/web/ide/) - Web IDE

0 commit comments

Comments
 (0)