🎨 Update the 📝 README.md
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user