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 e7a1f25 commit 7bac80f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ jobs:

- name: Build and deploy docker to ECR
run: |
echo "DOCKER_TAG=$(bash ./docker/build-docker.sh -n podaac-hydrocron -v '${{ env.THE_VERSION }}')" >> $GITHUB_ENV
# bash ./docker/build-docker.sh -n podaac-hydrocron -v "${{ env.THE_VERSION }}"
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 }}
Expand Down

0 comments on commit 7bac80f

Please sign in to comment.