File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ render-readme:
2323render-docs :
2424 scripts/docs_templating.sh
2525
26+ # # Docker related targets
27+ docker-build :
28+ docker build --force-rm --build-arg VERSION=${VERSION} -t " ${OCI_REGISTRY_HOSTNAME} /${OCI_REGISTRY_PROJECT_IMAGES} /${OPERATOR_NAME} :${VERSION} -${ARCH} " -f docker/Dockerfile .
29+
2630# # Chart related targets
2731compile-chart : version crds config
2832
@@ -56,7 +60,7 @@ regenerate-charts: chart-clean compile-chart
5660regenerate-nix :
5761 nix run --extra-experimental-features " nix-command flakes" -f . regenerateNixLockfiles
5862
59- build : regenerate-charts regenerate-nix helm-package docker-build
63+ build : regenerate-charts regenerate-nix docker-build
6064
6165publish : docker-publish helm-publish
6266
You can’t perform that action at this time.
0 commit comments