We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b2761 commit 44527a1Copy full SHA for 44527a1
Makefile
@@ -29,6 +29,9 @@ SHELL=/usr/bin/env bash -euo pipefail
29
render-readme:
30
scripts/render_readme.sh
31
32
+render-docs:
33
+ scripts/docs_templating.sh
34
+
35
## Docker related targets
36
docker-build:
37
docker build --force-rm --build-arg VERSION=${VERSION} -t "${DOCKER_REPO}/${ORGANIZATION}/${OPERATOR_NAME}:${VERSION}-${ARCH}" -f docker/Dockerfile .
0 commit comments