From 72a64597cb2fe8e211d6a73e26b0f145790ade1f Mon Sep 17 00:00:00 2001 From: Adrien Perrin Date: Thu, 21 Dec 2023 11:59:09 +0100 Subject: [PATCH] update metanorm version for testing and docker image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e28b0a44..0c67ae39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: env: BASE_IMAGE: "${{ vars.DOCKER_ORG }}/geospaas:2.5.2-python${{ matrix.python_version }}" IMAGE_NAME: "${{ vars.DOCKER_ORG }}/geospaas_harvesting" - METANORM_VERSION: '4.1.0' + METANORM_VERSION: '4.2.0' GEOSPAAS_DB_HOST: 'db' GEOSPAAS_DB_USER: 'test' GEOSPAAS_DB_PASSWORD: "${{ secrets.GEOSPAAS_DB_PASSWORD }}"