mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fix typo in name
This commit is contained in:
parent
2128a64a7e
commit
87a96cf760
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# setting VERSION build arg from the tag we build
|
# 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