Skip to content

Commit

Permalink
Update workflow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky committed Oct 27, 2023
1 parent 21a5820 commit da1f4ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ rm -rf $GITHUB_REPOSITORY

### BUILD DOCKER WITH THE APPLICATION AND DATA XAR FILE
echo "Building docker file"
docker build -t "$PACKAGE_NAME:$VERSION" --build-arg ADMIN_PASSWORD="$DEV_ADMIN_PASSWORD" --no-cache .
echo docker build -t "$PACKAGE_NAME:$VERSION" --build-arg ADMIN_PASSWORD="$DEV_ADMIN_PASSWORD" --no-cache .
docker build -t "$PACKAGE_NAME:$VERSION" --build-arg ADMIN_PASSWORD="$ADMIN_PASSWORD" --no-cache .
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
DOCKER_URL=$AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$ECR_REPOSITORY
:latest

### UPLOAD TO ECR
Expand Down

0 comments on commit da1f4ee

Please sign in to comment.