🎨 Update the 📝 README.md

This commit is contained in:
Jay Ehsaniara
2021-07-14 11:31:12 -07:00
parent 00a2bc47b4
commit e03a63bf28
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ RUN \
sed -i 's|</project>|<repositories><repository><id>github</id><name>GitHub</name><url>https://maven.pkg.github.com/ehsaniara/scs-kafka-intro</url></repository></repositories></project>|g' pom.xml ; \
fi
RUN if [ "x$GITHUB_TOKEN" = "x" ] ; then mvn clean package ; else mvn clean package -s settings.xml ; fi
RUN if [ "x$GITHUB_TOKEN" = "x" ] ; then echo "Argument not provided" ; else rm settings.xml ; fi
# extract spring boot the layers
FROM openjdk:11-jdk-slim as jar_builder

View File

@@ -36,7 +36,7 @@ ORDER_UUID=$(curl --silent -H 'Content-Type: application/json' -d "{\"itemName\"
## Docker Images
I tagged the docker image based on project name since they are all in the same GitHub project, (but in real life this should be in separated project and tagged by application version)
I tagged the docker image based on project name, since they are all in the same GitHub project, (but in real life this should be in separated project and tagged by application version)
### scs-101-shipping
```shell