diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 5ec204a..e3f17f4 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -1,5 +1,4 @@ acs -aeacus Aibrew alrest amazonbot @@ -175,13 +174,13 @@ lgbt licend licstart lightpanda -LIMSA +limsa Linting linuxbrew LLU loadbalancer lol -LOMINSA +lominsa maintainership malware mcr diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 43126ca..4aade69 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -49,14 +49,14 @@ jobs: platforms: linux/amd64 push: true - - name: Apply k8s manifests to aeacus + - name: Apply k8s manifests to limsa lominsa uses: actions-hub/kubectl@d50394b7d704525f93faefce1e65a6329ff67271 # v1.33.2 env: KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }} with: args: apply -k docs/manifest - - name: Apply k8s manifests to aeacus + - name: Apply k8s manifests to limsa lominsa uses: actions-hub/kubectl@d50394b7d704525f93faefce1e65a6329ff67271 # v1.33.2 env: KUBE_CONFIG: ${{ secrets.LIMSA_LOMINSA_KUBECONFIG }} diff --git a/docs/Dockerfile b/docs/Dockerfile index aef0fb6..a32d6e0 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -5,6 +5,6 @@ COPY . . RUN npm ci && npm run build -FROM docker.io/library/nginx:alpine -COPY --from=build /app/build /usr/share/nginx/html +FROM ghcr.io/xe/nginx-micro +COPY --from=build /app/build /www LABEL org.opencontainers.image.source="https://github.com/TecharoHQ/anubis" \ No newline at end of file