#!/bin/bash -eu

cd $(dirname $0)/..


VERSION=1.0.${GITHUB_RUN_NUMBER-1}

docker build . --file Dockerfile --tag junwei-zhao/zendesk:${VERSION}
