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 4e3124f commit 15a24eeCopy full SHA for 15a24ee
Makefile
@@ -50,7 +50,7 @@ lint-fix: golangci-lint ## Run golangci-lint linter and perform fixes
50
$(GOLANGCI_LINT) run --fix
51
# Build the docker image
52
docker-build:
53
- docker build . -t quay.io/joelanford/helm-operator:$(VERSION)
+ docker build -t quay.io/joelanford/helm-operator:$(VERSION) .
54
55
# Push the docker image
56
docker-push:
pkg/plugins/v1/scaffolds/internal/templates/makefile.go
@@ -95,7 +95,7 @@ undeploy: kustomize
95
96
97
98
- docker build . -t ${IMG}
+ docker build -t ${IMG} .
99
100
101
0 commit comments