Skip to content

Commit 17364e8

Browse files
committed
Bug fix 2
1 parent bce7a6d commit 17364e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
4949
IMAGE_TAG: latest
5050
run: |
51-
docker build -t $ECR_REPOSITORY ./services/question
52-
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
51+
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./services/question
52+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
5353
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
5454
5555
# - name: Fill in the new image ID in the Amazon ECS task definition

0 commit comments

Comments
 (0)