toolbox/build.sh

6 lines
94 B
Bash
Raw Normal View History

2023-12-20 13:04:23 -07:00
#! /bin/sh
image=git.woozle.org/neale/toolbox
podman build --tag $image .
podman push $image