#!/bin/bash

docker build -f Dockerfile -t $IMAGE_NAME --build-arg BRANCH=$SOURCE_BRANCH --build-arg RUN_VALIDATION=yes .
