diff --git a/.github/jobs/docker_setup.sh b/.github/jobs/docker_setup.sh index b09b2aa96..47116c023 100755 --- a/.github/jobs/docker_setup.sh +++ b/.github/jobs/docker_setup.sh @@ -46,7 +46,7 @@ fi # if MET_FORCE_TAG variable is set and not empty, use that version instead if [ ! -z "$MET_FORCE_TAG" ]; then MET_TAG=$MET_FORCE_TAG - #MET_DOCKER_REPO=met + MET_DOCKER_REPO=met fi echo Using MET_DOCKER_REPO=$MET_DOCKER_REPO diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 68774df68..b2d7ea90c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -86,7 +86,6 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} EXTERNAL_TRIGGER: ${{ needs.job_control.outputs.external_trigger }} #MET_FORCE_TAG: 11.0.0 - MET_FORCE_TAG: feature_test_compile update_data_volumes: name: Docker Setup - Update Data Volumes