mirror of
https://github.com/wahyd4/zendesk.git
synced 2026-08-09 05:06:48 +10:00
Set up basic pipeline for testing and building the application
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash -eu
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
|
||||
VERSION=1.0.${GITHUB_RUN_NUMBER-1}
|
||||
|
||||
docker build . --file Dockerfile --tag junwei-zhao/zendesk:${VERSION}
|
||||
Reference in New Issue
Block a user