Skip to content

Commit

Permalink
Update workflow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky authored Aug 8, 2024
1 parent 325a723 commit a710474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ docker build -t "$PACKAGE_NAME:$VERSION" --build-arg ADMIN_PASSWORD="$ADMIN_PASS
echo docker build -t "$PACKAGE_NAME:$VERSION" --build-arg ADMIN_PASSWORD="$ADMIN_PASSWORD" --no-cache .
echo "Built successfully"

DOCKER_URL=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$DEV_ECR_REPOSITORY:latest
DOCKER_URL=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$ECR_REPOSITORY:latest

### UPLOAD TO ECR
echo "Loging in to AWS"
Expand Down

0 comments on commit a710474

Please sign in to comment.