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 2b3c1de commit ce93da9Copy full SHA for ce93da9
.github/workflows/deploy-stage.yml
@@ -35,7 +35,7 @@ jobs:
35
ECR_REPOSITORY: civic-tech-jobs-fullstack
36
IMAGE_TAG: stage
37
run: |
38
- docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./stage/
+ docker build -f ./stage/Dockerfile -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
39
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
40
41
- name: Redeploy Image in Amazon ECS-Fargate
0 commit comments