ci-containers/build-and-push
2024-03-24 11:09:51 -05:00

6 lines
143 B
Bash
Executable file

#!/bin/bash
readonly image_tag="registry.garrity.co:8443/gs/ci-containers:latest"
podman build --tag "$image_tag" .
podman push "$image_tag"