Skip to content

Commit

Permalink
update base image version (nansat) to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 authored and akorosov committed Dec 12, 2023
1 parent 7c5eec5 commit 66a48fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- '3.10'
- '3.11'
env:
BASE_IMAGE: "${{ vars.DOCKER_ORG }}/nansat:0.0.10-python${{ matrix.python_version }}"
BASE_IMAGE: "${{ vars.DOCKER_ORG }}/nansat:v1.6.0-python${{ matrix.python_version }}"
IMAGE_NAME: "${{ vars.DOCKER_ORG }}/geospaas"
latest: ${{ matrix.python_version == '3.11' && 'true' || '' }}
steps:
Expand Down

0 comments on commit 66a48fe

Please sign in to comment.