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 5, 2023
1 parent f63b3f8 commit 9e1b1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ jobs:

- name: Build and deploy docker to ECR
run: |
bash ./docker/build-docker.sh --service-name "podaac-hydrocron" --tf-venue "SIT" --docker-tag "${{ env.THE_VERSION }}"
bash ./docker/push-docker-ecr.sh --service-name "podaac-hydrocron" --tf-venue "SIT" --docker-tag "${{ env.THE_VERSION }}"
bash ./docker/build-docker.sh --service-name "podaac-hydrocron" --service-version "${{ env.THE_VERSION }}"
bash ./docker/push-docker-ecr.sh --tf-venue "SIT" --docker-tag "${{ env.THE_VERSION }}"
Expand Down

0 comments on commit 9e1b1f8

Please sign in to comment.