Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Dec 31, 2023
1 parent 3c9a2ab commit f97c80f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
self-hosted-runner:
labels:
- arc-runner
4 changes: 4 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ignored:
- DL3042
- DL3006
- DL3045
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cluster Documentation

- Documentation is created from the [ilyannn/hetzner-k3s-docs](https://github.com/ilyannn/hetzner-k3s-docs) repo using:
- private config repo as the main source
- Documentation is created from the [ilyannn/hetzner-k3s-docs](https://github.com/ilyannn/hetzner-k3s-docs) repository using:
- private config as the main source
- [ilyannn/publish-secret-docs](https://github.com/ilyannn/publish-secret-docs) tools
- Zola Static Site Generator [built for arm](https://github.com/ilyannn/zola/blob/arm/Dockerfile)
- [no style, please!](https://www.getzola.org/themes/no-style-please/) theme
Expand Down
2 changes: 2 additions & 0 deletions local_build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
rm -rf build && mkdir -p build
cd build && git clone --depth 1 [email protected]:ilyannn/publish-secret-docs.git && cd -
cd build && git clone --depth 1 [email protected]:ilyannn/hetzner-k3s-main.git && cd -
podman build . -t registry.cluster.megaver.se/library/hetzner-k3s-docs-webserver:latest-arm64 --override-arch=arm64 --override-os=linux
podman build . -t registry.cluster.megaver.se/library/hetzner-k3s-docs-webserver:latest-amd64

0 comments on commit f97c80f

Please sign in to comment.