Neale Pickett
·
2025-11-10
build.sh
1#! /bin/sh
2
3set -e
4
5tag=git.woozle.org/neale/portal:latest
6tag=ghcr.io/nealey/portal:latest
7
8docker buildx build --push --tag $tag $(dirname $0)/.
git clone https://git.woozle.org/neale/portal.git
1#! /bin/sh
2
3set -e
4
5tag=git.woozle.org/neale/portal:latest
6tag=ghcr.io/nealey/portal:latest
7
8docker buildx build --push --tag $tag $(dirname $0)/.