Skip to content

Commit

Permalink
use nansat 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 20, 2023
1 parent 373e1d7 commit 4ee23bb
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 @@ -21,7 +21,7 @@ jobs:
- {'python': '3.11', 'latest': true}
uses: ./.github/workflows/test_and_docker_build.yml
with:
base_image: "${{ vars.DOCKER_ORG }}/nansat:0.0.9${{ matrix.tag_suffix }}-python${{ matrix.version.python }}"
base_image: "${{ vars.DOCKER_ORG }}/nansat:0.0.10${{ matrix.tag_suffix }}-python${{ matrix.version.python }}"
target_image_tags: |
${{ matrix.image_name }}:${{ github.ref_name }}${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
${{ matrix.image_name }}:latest${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
Expand Down

0 comments on commit 4ee23bb

Please sign in to comment.