From f7934e2d896cf7b5f46af705e78e70e4ba555883 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 9 May 2022 18:15:51 +0200 Subject: [PATCH] switch to mff-cuni-cz validator image Refs https://github.com/mff-cuni-cz/cuni-thesis-validator/pull/2 --- .github/workflows/main.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e81fe6c..b8d456d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: name: Verify PDF/A runs-on: ubuntu-latest needs: build - container: { image: 'ghcr.io/exaexa/cuni-thesis-validator' } + container: { image: 'ghcr.io/mff-cuni-cz/cuni-thesis-validator' } steps: - name: Get PDFs diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c98d2c7..576b112 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,6 @@ latexmk: verapdf: stage: verify - image: ghcr.io/exaexa/cuni-thesis-validator + image: ghcr.io/mff-cuni-cz/cuni-thesis-validator script: | verify *.pdf |tee /dev/stderr |grep -qE 'nonCompliant="0"'