mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 16:57:54 +02:00
setting VERSION build arg from the tag we build
This commit is contained in:
4
doc/docker/fpm/hooks/build
Normal file
4
doc/docker/fpm/hooks/build
Normal 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 .
|
Reference in New Issue
Block a user