diff --git a/Makefile b/Makefile index edc0563..d0c8f9a 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,10 @@ vet: go vet ./... docker-build: - podman build --disable-compression --format=docker -t ${IMG} . + buildah bud --disable-compression --format=docker -t ${IMG} . docker-push: - podman push ${IMG} + buildah push ${IMG} docker: formolcli docker-build docker-push