6 lines
94 B
Bash
6 lines
94 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
image=git.woozle.org/neale/toolbox
|
||
|
podman build --tag $image .
|
||
|
podman push $image
|