mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
don't remove docker/Dockerfile after building Docker image
This commit is contained in:
@@ -15,7 +15,7 @@ cp "$GITROOT/java/target/configuration/JavaSE-11.profile" "$DOCKERDIR"
|
||||
cd "$DOCKERDIR"
|
||||
docker build --build-arg RELEASE=${release} -t sapsailing:${release} .
|
||||
echo "Cleaning up..."
|
||||
rm start env.sh JavaSE-11.profile Dockerfile
|
||||
rm start env.sh JavaSE-11.profile
|
||||
docker tag sapsailing:${release} docker.sapsailing.com/sapsailing:${release}
|
||||
docker push docker.sapsailing.com/sapsailing:${release}
|
||||
if [ "$SET_LATEST" = "1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user