ci-scala/build-and-push
Pat Garrity 8efacdcd3e
Some checks failed
/ Build and Test CI Image (pull_request) Failing after 3m25s
Rework in terms of a new CI image.
2024-03-24 10:32:50 -05:00

6 lines
136 B
Bash
Executable file

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