From 6db3ae28cdc2e947ec18634646f15d3f0f7e0a25 Mon Sep 17 00:00:00 2001 From: Christoph Raaflaub Date: Tue, 30 Apr 2024 08:19:13 +0200 Subject: [PATCH] sync with acend --- .github/workflows/build.yaml | 11 ++++------- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3b0985b..75a2578 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,15 +14,12 @@ jobs: submodules: recursive - name: Set up npm for linting - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '18.x' - - - name: npm install (ci) - run: npm ci - name: Lint Markdown - run: npm run mdlint + run: npm ci && npm run mdlint - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -31,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Quay.io Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v3 with: registry: quay.io username: ${{ secrets.QUAYIO_USERNAME }} @@ -110,5 +107,5 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} message: | - PR Environments: + PR Environments: * puzzle diff --git a/Dockerfile b/Dockerfile index 57ed909..2223725 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN wkhtmltopdf --enable-internal-links --enable-local-file-access \ --header-html /pdf/header/index.html --footer-html /pdf/footer/index.html \ /pdf/index.html /pdf.pdf -FROM docker.io/nginxinc/nginx-unprivileged:1.25-alpine +FROM docker.io/nginxinc/nginx-unprivileged:1.26-alpine LABEL maintainer puzzle.ch LABEL org.opencontainers.image.title "puzzle.ch's Application Migration and Modernization Techlab"