toolbox/build.sh

6 lines
94 B
Bash
Executable File

#! /bin/sh
image=git.woozle.org/neale/toolbox
podman build --tag $image .
podman push $image