Switch docker build to podman

This commit is contained in:
2022-10-18 18:11:13 +03:00
parent 907c45255b
commit f5fb079cc7

View File

@@ -14,8 +14,9 @@ if [ "${#}" -gt "0" ]; then
fi
fi
#docker build
DOCKER_BUILD_CMD=(
docker build
podman build --format docker
"${PROJECT_DIR}"
--tag "${TAG}"
"${BUILD_ARGS}"