From ef6713b5ee2ebfb70eaad833ac12f5852367d400 Mon Sep 17 00:00:00 2001 From: nsheff Date: Tue, 16 Jan 2024 15:03:09 -0500 Subject: [PATCH] fix typo --- .github/workflows/deploy-api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index b464e6fb..ea8e751c 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -60,8 +60,8 @@ jobs: REPOSITORY: pephub IMAGE_TAG: ${{ github.sha }} run: | - docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f deployment/pephub.databio.org/Dockerfile . - docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG + docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f deployment/pephub.databio.org/Dockerfile . + docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG echo "image=$REGISTRY/$REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT - name: Fill in the new image ID in the Amazon ECS task definition