Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/CUAHSI/cuahsi-model-images
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
Castronova committed Jun 10, 2024
2 parents e112a61 + 72cb412 commit 9f4ddaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/trigger-build-on-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
base: ${{ env.IMAGE_ROOT }}/base/**
scientific-py3: ${{ env.IMAGE_ROOT }}/python3-scientific/**
scientific-r: ${{ env.IMAGE_ROOT }}/r/**
summa-py3: ${{ env.IMAGE_ROOT }}/python3-summa/**
wrfhydro: ${{ env.IMAGE_ROOT }}/python3-wrfhydro/**
csdms-tools: ${{ env.IMAGE_ROOT }}/csdms-tools/**
setup-build-publish-deploy:
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
echo ------------
export DOCKER_TAG="${REPOSITORY}/${IMAGE_ROOT}-${{ matrix.IMAGE_VARIANT }}:${{ env.CUAHSI_BASE }}"
export DOCKER_FULL_PATH="${REPOSITORY}/${IMAGE_ROOT}-${{ matrix.IMAGE_VARIANT }}:${{ inputs.code-branch }}-latest"
export DOCKER_FULL_PATH="${REPOSITORY}/${IMAGE_ROOT}-${{ matrix.IMAGE_VARIANT }}:$BRANCH_NAME-latest"
echo "Old Image Name/Tag = $DOCKER_TAG"
echo "New Image Name/Tag = $DOCKER_FULL_PATH"
echo "DOCKER_FULL_PATH=$DOCKER_FULL_PATH" >> $GITHUB_ENV
Expand Down

0 comments on commit 9f4ddaa

Please sign in to comment.