We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11a1bc commit 0c03de5Copy full SHA for 0c03de5
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
release:
9
- runs-on: unmango-runners
+ runs-on: ubuntu-latest
10
permissions:
11
contents: write
12
steps:
README.md
@@ -2,10 +2,12 @@
2
3
Random Helm charts you may or may not find useful.
4
5
+Very much a work in progress, use at your own risk.
+
## Charts
-- [Deemix](./charts/deemix/)
-- [Filebrowser](./charts/filebrowser/)
+- [Deemix](https://gitlab.com/Bockiii/deemix-docker) - [Chart](./charts/deemix/)
+- [Filebrowser](https://github.com/filebrowser/filebrowser) - [Chart](./charts/filebrowser/)
## Remarks
13
0 commit comments