Skip to content

Commit bff13b2

Browse files
authored
Merge pull request #3073 from ebiiim/fix-typo
🐛 fix a minor typo in Makefile
2 parents e41da7e + 2ea935f commit bff13b2

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

docs/book/src/component-config-tutorial/testdata/project/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker-push: ## Push docker image with the manager.
8383
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8484
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8585
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
86-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
86+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
8787
# To properly provided solutions that supports more than one platform you should use this option.
8888
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
8989
.PHONY: docker-buildx

docs/book/src/cronjob-tutorial/testdata/project/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker-push: ## Push docker image with the manager.
8383
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8484
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8585
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
86-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
86+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
8787
# To properly provided solutions that supports more than one platform you should use this option.
8888
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
8989
.PHONY: docker-buildx

docs/book/src/multiversion-tutorial/testdata/project/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ docker-push: ## Push docker image with the manager.
8787
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8888
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8989
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
90-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
90+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
9191
# To properly provided solutions that supports more than one platform you should use this option.
9292
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
9393
.PHONY: docker-buildx

pkg/plugins/golang/v3/scaffolds/internal/templates/makefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ docker-push: ## Push docker image with the manager.
143143
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
144144
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
145145
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
146-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
146+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
147147
# To properly provided solutions that supports more than one platform you should use this option.
148148
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
149149
.PHONY: docker-buildx

testdata/project-v3-addon-and-grafana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker-push: ## Push docker image with the manager.
8383
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8484
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8585
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
86-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
86+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
8787
# To properly provided solutions that supports more than one platform you should use this option.
8888
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
8989
.PHONY: docker-buildx

testdata/project-v3-config/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker-push: ## Push docker image with the manager.
8383
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8484
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8585
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
86-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
86+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
8787
# To properly provided solutions that supports more than one platform you should use this option.
8888
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
8989
.PHONY: docker-buildx

testdata/project-v3-multigroup/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker-push: ## Push docker image with the manager.
8383
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8484
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8585
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
86-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
86+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
8787
# To properly provided solutions that supports more than one platform you should use this option.
8888
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
8989
.PHONY: docker-buildx

testdata/project-v3-with-deploy-image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker-push: ## Push docker image with the manager.
8383
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8484
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8585
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
86-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
86+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
8787
# To properly provided solutions that supports more than one platform you should use this option.
8888
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
8989
.PHONY: docker-buildx

testdata/project-v3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker-push: ## Push docker image with the manager.
8383
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8484
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8585
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
86-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
86+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
8787
# To properly provided solutions that supports more than one platform you should use this option.
8888
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
8989
.PHONY: docker-buildx

testdata/project-v4-addon-and-grafana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker-push: ## Push docker image with the manager.
8383
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
8484
# - able to use docker buildx . More info: https://docs.docker.com/build/buildx/
8585
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
86-
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
86+
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
8787
# To properly provided solutions that supports more than one platform you should use this option.
8888
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
8989
.PHONY: docker-buildx

0 commit comments

Comments
 (0)