Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ECR_NAME: ${{ secrets.ECR_NAME }}
# TODO: melhorar a parte da tag
run: |
docker build -t api-caption-generator:v1.0 .
docker build -t api-caption-generator:v1.0 backend
docker tag api-caption-generator:v1.0 $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/$ECR_NAME:v1.0
docker push $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/$ECR_NAME:v1.0

Expand Down
Loading