#!/bin/bash
# setting VERSION build arg from the tag we build
docker build --build-arg VERSION=$SOURCE_BRANCH -f $DOCKERFILE_PATH -t $IMAGE_NAME .