Switch docker build to podman
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user