Skip to content

Commit

Permalink
Update geokube version for drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Mancini committed Jan 30, 2024
1 parent 032b398 commit ca675b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ca675b6

Please sign in to comment.