Compare commits
1 Commits
8133fcad92
...
feb8bd876d
Author | SHA1 | Date | |
---|---|---|---|
feb8bd876d |
@ -7,5 +7,5 @@ COPY . .
|
|||||||
RUN python -m poetry install --no-root
|
RUN python -m poetry install --no-root
|
||||||
RUN python -m poetry run mkdocs build
|
RUN python -m poetry run mkdocs build
|
||||||
|
|
||||||
FROM nginxinc/nginx-unprivileged
|
FROM nginx
|
||||||
COPY --from=builder /src/site /usr/share/nginx/html
|
COPY --from=builder /src/site /usr/share/nginx/html
|
||||||
|
@ -9,7 +9,7 @@ maintainers:
|
|||||||
url: https://badhouseplants.net
|
url: https://badhouseplants.net
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: helm-library
|
- name: helm-library
|
||||||
version: 0.2.5
|
version: 0.2.3
|
||||||
repository: oci://ghcr.io/allanger/allangers-helm-library
|
repository: oci://ghcr.io/allanger/allangers-helm-library
|
||||||
annotations:
|
annotations:
|
||||||
allowed_workload_kinds: "Deployment"
|
allowed_workload_kinds: "Deployment"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user