Skip to content

Commit

Permalink
sync with acend
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Apr 30, 2024
1 parent c8fcc0d commit 6db3ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down Expand Up @@ -110,5 +107,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
PR Environments:
PR Environments:
* puzzle <https://amm-techlab-pr-${{ github.event.pull_request.number }}.ocp.cloudscale.puzzle.ch>
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6db3ae2

Please sign in to comment.