From 9d13af7eb554ab166bbb6a699017de856e6bba65 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 23 Jul 2022 10:15:40 +0200 Subject: [PATCH] fix: use podman instead of docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d748cb4..bc091d1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ HELM_VERSION?=v3.9.2 # renovate: datasource=github-releases depName=helm/helm # CONTAINER_RUNTIME # The CONTAINER_RUNTIME variable will be used to specified the path to a # container runtime. This is needed to start and run a container image. -CONTAINER_RUNTIME?=$(shell which docker) +CONTAINER_RUNTIME?=$(shell which podman) # HELM_IMAGE_REGISTRY_NAME # Defines the name of the new container to be built using several variables.