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 f616ff7 commit 6d75250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Build and deploy docker to ECR
run: |
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 }} --aws-account ${{ secrets[format('AWS_ACCESS_KEY_ID_SERVICES_{0}', env.TARGET_ENV_UPPERCASE)] }}
bash ./docker/push-docker-ecr.sh --aws-account ${{ secrets[format('AWS_ACCESS_KEY_ID_SERVICES_{0}', env.TARGET_ENV_UPPERCASE)] }} --docker-tag ${{ env.DOCKER_METADATA_OUTPUT_TAGS }} --tf-venue "SIT"
- uses: hashicorp/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion docker/push-docker-ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ case $key in
;;
-t|--docker-tag)
docker_tag="$2"
echo "--- tf_venue"
echo "--- docker-tag"
echo $docker_tag
shift # past argument
shift # past value
Expand Down

0 comments on commit 6d75250

Please sign in to comment.