setting VERSION build arg from the tag we build

This commit is contained in:
Ralf Becker 2019-07-19 10:44:49 +02:00
parent aefa8258a1
commit a0a4d35583

View File

@ -0,0 +1,4 @@
#!/bin/bash
# setting VERSION build arg from the tag we build
docker build --build-arg VESION=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .