From 4a43c4748a8f7f96644c5e1ec9836fd855b49246 Mon Sep 17 00:00:00 2001 From: Fabio Stabile <93452841+fabioS24@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:32:34 +0100 Subject: [PATCH] fix typo in dockerhub alternatives (#7780) Co-authored-by: Fabio Stabile --- .../content/107-container-registries/101-dockerhub-alt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/docker/content/107-container-registries/101-dockerhub-alt.md b/src/data/roadmaps/docker/content/107-container-registries/101-dockerhub-alt.md index 8dfd93ff4..24c470d70 100644 --- a/src/data/roadmaps/docker/content/107-container-registries/101-dockerhub-alt.md +++ b/src/data/roadmaps/docker/content/107-container-registries/101-dockerhub-alt.md @@ -1,6 +1,6 @@ # DockerHub Alternatives -Container images can be stored in many different registries, not just Dockerhub. Most major cloud platforms now provide container registries such as "Artifact Registry" on Google Cloud Platform, Elastic Container Registry on AWS and Azure Container Registry on Microsoft Azure. GitHub also provides it's own resistry which is useful when container builds are included in your GitHub Actions workflow. +Container images can be stored in many different registries, not just Dockerhub. Most major cloud platforms now provide container registries such as "Artifact Registry" on Google Cloud Platform, Elastic Container Registry on AWS and Azure Container Registry on Microsoft Azure. GitHub also provides it's own registry which is useful when container builds are included in your GitHub Actions workflow. Visit the following resources to learn more: