We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce7a6d commit 17364e8Copy full SHA for 17364e8
.github/workflows/deployment.yml
@@ -48,8 +48,8 @@ jobs:
48
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
49
IMAGE_TAG: latest
50
run: |
51
- docker build -t $ECR_REPOSITORY ./services/question
52
- 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
53
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
54
55
# - name: Fill in the new image ID in the Amazon ECS task definition
0 commit comments