Skip to content

Commit

Permalink
Try fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
conache committed Aug 12, 2024
1 parent 2a6b5cf commit b6f4b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fi
# Build a docker container and push it to ECR so that it can be deployed to ECS.
docker build --pull -f Dockerfile_data_provider \
docker build --pull -f Dockerfile \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit b6f4b9e

Please sign in to comment.