tweaking for success

This commit is contained in:
Bryce
2023-07-27 08:56:26 -07:00
parent 815536f652
commit 17ca474dee

View File

@@ -23,7 +23,7 @@ phases:
- echo Build started on `date` - echo Build started on `date`
- echo Building the Docker image... - echo Building the Docker image...
- ls /root/.m2/ - ls /root/.m2/
- ls build - ls
- docker build -t $REPOSITORY_URI:$TAG_NAME . - docker build -t $REPOSITORY_URI:$TAG_NAME .
- docker tag $REPOSITORY_URI:$TAG_NAME $REPOSITORY_URI:$IMAGE_TAG - docker tag $REPOSITORY_URI:$TAG_NAME $REPOSITORY_URI:$IMAGE_TAG
post_build: post_build: