Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints - change docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 6, 2023
1 parent 7bac80f commit 9d55e5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,8 @@ jobs:

- name: Build and deploy docker to ECR
run: |
bash echo "DOCKER_TAG=$(./docker/build-docker.sh -n podaac-hydrocron -v '${{ env.THE_VERSION }}')" >> $GITHUB_ENV
bash echo "----------"
bash echo ${{ env.DOCKER_TAG }}
bash ./docker/push-docker-ecr.sh --tf-venue "sit" --docker-tag ${{ env.DOCKER_TAG }}
bash ./docker/build-docker.sh -n podaac-hydrocron -v ${{ env.THE_VERSION }}
bash ./docker/push-docker-ecr.sh --tf-venue "sit" --docker-tag ${{ env.DOCKER_METADATA_OUTPUT_TAGS }}
Expand Down

0 comments on commit 9d55e5d

Please sign in to comment.