simpleauth/build.sh

8 lines
118 B
Bash
Raw Permalink Normal View History

2023-02-18 12:47:05 -07:00
#! /bin/sh
set -e
tag=git.woozle.org/neale/simpleauth:latest
2023-02-18 16:39:18 -07:00
docker buildx build --push --tag $tag $(dirname $0)/.