move build tasks to script/cibuild
This commit is contained in:
@@ -6,3 +6,16 @@ set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo " => Baue Image localhost/kontor-spring:0.3.0"
|
||||
buildah build -t kontor-spring:0.3.0 kontor-spring
|
||||
echo " => Baue Image localhost/kontor-api:0.3.0"
|
||||
buildah build -t kontor-api:0.3.0 kontor-api
|
||||
echo " => Baue Image localhost/kontor-quarkus:0.3.0"
|
||||
buildah build -t kontor-quarkus:0.3.0 kontor-quarkus
|
||||
echo " => Baue Image localhost/kontor-echo:0.3.0"
|
||||
buildah build -t kontor-echo:0.3.0 kontor-echo
|
||||
echo " => Baue Image localhost/kontor-fiber:0.3.0"
|
||||
buildah build -t kontor-fiber:0.3.0 kontor-fiber
|
||||
echo " => Baue Image localhost/kontor-javalin:0.3.0"
|
||||
buildah build -t kontor-javalin:0.3.0 kontor-javalin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user