Docker –build-arg defined but not mandatory
I'm building my docker image in a generic way so that might be used by multiple services, however not all the --build-arg will be present because it depends on the service that is being called on the GitHub Actions. My…