Skip to content

Commit

Permalink
Per #2550, update the METbaseimage version number in 2 more spots. Th…
Browse files Browse the repository at this point in the history
…is is set in at least 4 spots... wish we could consolidate.
  • Loading branch information
JohnHalleyGotway committed Nov 7, 2023
1 parent 0bde3c2 commit 678b4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/jobs/set_job_controls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run_unit_tests=false
run_diff=false
run_update_truth=false
met_base_repo=met-base
met_base_tag=v3.0
met_base_tag=v3.1
input_data_version=develop
truth_data_version=develop

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_and_trigger_metplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
SOURCE_BRANCH: ${{ steps.get_branch_name.outputs.branch_name }}-lite
MET_BASE_REPO: met-base
MET_BASE_TAG: v3.0
MET_BASE_TAG: v3.1

- name: Push Docker Image
run: .github/jobs/push_docker_image.sh
Expand Down

0 comments on commit 678b4eb

Please sign in to comment.