Skip to content

Commit bbc6c67

Browse files
committed
last attempt
1 parent 17364e8 commit bbc6c67

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ jobs:
4646
id: build-image
4747
env:
4848
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
49-
IMAGE_TAG: latest
5049
run: |
51-
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./services/question
52-
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
53-
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
50+
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:latest ./services/question
51+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
52+
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:latest" >> $GITHUB_OUTPUT
5453
5554
# - name: Fill in the new image ID in the Amazon ECS task definition
5655
# id: task-def

0 commit comments

Comments
 (0)