ci-scala/build-and-run
Pat Garrity b47291490a
All checks were successful
/ Build and Release CI Image (push) Successful in 4m21s
Introducing automated builds for this image. (Bump) (#1)
2024-03-24 15:57:45 +00:00

6 lines
164 B
Bash
Executable file

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