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