registry/build.sh

9 lines
142 B
Bash
Raw Normal View History

#!/bin/bash
image_name=$(jq .service_name ./service.json -r)
image_version=local
podman build \
-t "$image_name:$image_version" \
.