fix typo in name

This commit is contained in:
Ralf Becker 2019-07-26 12:14:13 +02:00 committed by GitHub
parent 2128a64a7e
commit 87a96cf760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .