simpleauth/build/build.sh

10 lines
137 B
Bash
Raw Normal View History

#! /bin/sh
set -e
2022-11-12 17:08:24 -07:00
tag=git.woozle.org/neale/simpleauth
cd $(dirname $0)/..
docker build -t $tag -f build/Dockerfile .
docker push $tag