mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
setting VERSION build arg from the tag we build
This commit is contained in:
parent
aefa8258a1
commit
a0a4d35583
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 .
|
Loading…
Reference in New Issue
Block a user