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 8e10c08 commit b1b86b6Copy full SHA for b1b86b6
Makefile
@@ -133,4 +133,4 @@ bundle: manifests kustomize
133
# Build the bundle image.
134
.PHONY: bundle-build
135
bundle-build:
136
- podman build -f bundle.podmanfile -t $(BUNDLE_IMG) .
+ podman build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
0 commit comments