mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:13 +01:00
5 lines
148 B
Bash
5 lines
148 B
Bash
#!/bin/bash
|
|
|
|
# setting VERSION build arg from the tag we build
|
|
docker build --build-arg VERSION=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .
|