fix: use podman instead of docker
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-07-23 10:20:04 +02:00
parent c465fadcb5
commit 9e5aa27867
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# 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)
# BIND9_IMAGE_REGISTRY_NAME
# Defines the name of the new container to be built using several variables.