mirror of
https://github.com/wahyd4/zendesk.git
synced 2026-08-09 05:06:48 +10:00
9 lines
145 B
Python
Executable File
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}
|