Skip to content

Commit

Permalink
Bug fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
McNaBry committed Oct 29, 2024
1 parent bce7a6d commit 17364e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: latest
run: |
docker build -t $ECR_REPOSITORY ./services/question
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./services/question
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
# - name: Fill in the new image ID in the Amazon ECS task definition
Expand Down

0 comments on commit 17364e8

Please sign in to comment.