Skip to content

Commit

Permalink
fix geokube version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed May 2, 2024
1 parent 08a9b33 commit da895cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-docker_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
context: .
file: ./Dockerfile
push: true
#cache-from: type=gha
#cache-to: type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
${{ vars.GEOKUBE_REGISTRY }}/geokube:${{ env.TAG }}
${{ vars.GEOKUBE_REGISTRY }}/geokube:latest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rg.fr-par.scw.cloud/geokube/geokube-base:2024.05.02.10.40

COPY dist/geokube-0.2.6b0-py3-none-any.whl /
COPY dist/geokube-0.2.6b2-py3-none-any.whl /
RUN pip install /geokube-0.2.6b0-py3-none-any.whl
RUN rm /geokube-0.2.6b0-py3-none-any.whl

Expand Down

0 comments on commit da895cf

Please sign in to comment.