Skip to content

Commit ce93da9

Browse files
committed
fix docker build command 2
1 parent 2b3c1de commit ce93da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ECR_REPOSITORY: civic-tech-jobs-fullstack
3636
IMAGE_TAG: stage
3737
run: |
38-
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./stage/
38+
docker build -f ./stage/Dockerfile -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
3939
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
4040
4141
- name: Redeploy Image in Amazon ECS-Fargate

0 commit comments

Comments
 (0)