certs-test/Makefile
2023-03-08 17:59:17 +01:00

12 lines
236 B
Makefile

cmd = podman
.PHONY: default certsuccess certfail
default: certsuccess
certsuccess:
$(cmd) build --no-cache -t certs-test:success -f Containerfile .
certfail:
$(cmd) build --no-cache -t certs-test:fail -f Containerfile.certfail .