Remove vesion from docker hub hook

This commit is contained in:
Niclas Mietz 2018-12-10 03:23:43 -08:00 committed by GitHub
parent 4dfdc0dcfd
commit aedbf5be01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,4 @@ docker build \
--cache-from=${DOCKER_REPO}:latest \
--build-arg=BUILD_DATE="$(date +"%Y-%m-%d %H:%M:%S%:z")" \
--build-arg=VCS_REF="$(git rev-parse --short HEAD)" \
--build-arg=VERSION="$(cat VERSION)" \
-t ${IMAGE_NAME} .