Files

9 lines
145 B
Python
Executable File

#!/bin/bash -eu
cd $(dirname $0)/..
VERSION=1.0.${GITHUB_RUN_NUMBER-1}
docker build . --file Dockerfile --tag junwei-zhao/zendesk:${VERSION}