diff --git a/.github/workflows/build_on_release.yaml b/.github/workflows/build_on_release.yaml index 30b2240..4a8da66 100644 --- a/.github/workflows/build_on_release.yaml +++ b/.github/workflows/build_on_release.yaml @@ -39,7 +39,6 @@ jobs: push: true build-args: | REGISTRY=${{ vars.GEOKUBE_REGISTRY }} - TAG=v0.2a6 tags: | ${{ vars.GEOLAKE_REGISTRY }}/geolake-drivers:${{ env.RELEASE_TAG }} - name: Build and push datastore component diff --git a/drivers/Dockerfile b/drivers/Dockerfile index 1e8927b..6d5ffad 100644 --- a/drivers/Dockerfile +++ b/drivers/Dockerfile @@ -1,5 +1,5 @@ ARG REGISTRY=rg.fr-par.scw.cloud/geokube -ARG TAG=latest +ARG TAG=v0.2.6b1 FROM $REGISTRY/geokube:$TAG RUN conda install -c conda-forge --yes --freeze-installed intake=0.6.6 RUN conda clean -afy