From 1451ed68e954a6b09a5dfde1e10753ef1fd96532 Mon Sep 17 00:00:00 2001 From: antarcticrainforest Date: Mon, 18 Mar 2024 15:18:21 +0100 Subject: [PATCH] Fix docs. --- .github/workflows/docker_job.yml | 4 ++-- docs/whatsnew.rst | 2 +- src/freva_deployment/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker_job.yml b/.github/workflows/docker_job.yml index 258fbf69..02f2ba17 100644 --- a/.github/workflows/docker_job.yml +++ b/.github/workflows/docker_job.yml @@ -61,5 +61,5 @@ jobs: push: true build-args: VERSION=${{steps.repository.outputs.tag}} tags: | - ghcr.io/${{ steps.repository.outputs.repo }}:${{ steps.repository.outputs.tag }} - ghcr.io/${{ steps.repository.outputs.repo }}:latest + ghcr.io/${{ steps.repository.outputs.repo }}/vault:${{ steps.repository.outputs.tag }} + ghcr.io/${{ steps.repository.outputs.repo }}/vault:latest diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index d1e1652a..6c505cf0 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -7,7 +7,7 @@ What's new :maxdepth: 0 :titlesonly: -v2403.0.2 +v2403.0.3 ~~~~~~~~~ * A new procedure to check the correct versions of all micro services has been added diff --git a/src/freva_deployment/__init__.py b/src/freva_deployment/__init__.py index 6442eb92..d95405f6 100644 --- a/src/freva_deployment/__init__.py +++ b/src/freva_deployment/__init__.py @@ -1,6 +1,6 @@ from urllib.request import urlretrieve -__version__ = "2403.0.2" +__version__ = "2403.0.3" FREVA_PYTHON_VERSION = "3.11" AVAILABLE_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"] AVAILABLE_CONDA_ARCHS = [