Add packaging files

This commit is contained in:
Joe
2021-05-19 19:06:42 -05:00
parent 7e27029edc
commit 5bac2198f6
4 changed files with 59 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
VERSION="${VERSION:-v1.0.20210415}"
BUILD="${BUILD:-1}"
REPO="${REPO:-infogulch/promnesia-app}"
TAG="$REPO:$VERSION-$BUILD"
docker build . -t "$TAG"
docker push "$TAG"