#!/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"
