TBD
default image can be built from the root via
docker buildx build -t {registry}/{group_name}/isaac-api .
etl image can be built from the root via
docker buildx build -t {registry}/{group_name}/isaac-api-etl --build-arg MVN_PACKAGE_PARAM='-P etl' .
Docker images are published in the GitHub registry - checkout publish