forked from extern/egroupware
fix typo in name
This commit is contained in:
parent
2128a64a7e
commit
87a96cf760
@ -1,4 +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 .
|
||||
docker build --build-arg VERSION=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .
|
||||
|
Loading…
Reference in New Issue
Block a user