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

6 lines
169 B
Bash
Executable file

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