diff --git a/_data/toc.yaml b/_data/toc.yaml index 07ec550170..3106885593 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1631,8 +1631,8 @@ manuals: title: Named contexts - path: /build/ci/github-actions/copy-image-registries/ title: Copy image between registries - - path: /build/ci/github-actions/examples/ - title: Examples + - path: /build/ci/github-actions/update-dockerhub-desc/ + title: Update Docker Hub repo description - sectiontitle: Bake section: - path: /build/bake/ diff --git a/build/ci/github-actions/examples.md b/build/ci/github-actions/update-dockerhub-desc.md similarity index 80% rename from build/ci/github-actions/examples.md rename to build/ci/github-actions/update-dockerhub-desc.md index d49700ae59..bac9449578 100644 --- a/build/ci/github-actions/examples.md +++ b/build/ci/github-actions/update-dockerhub-desc.md @@ -1,14 +1,8 @@ --- -title: Example workflows -description: Docker GitHub Actions workflow examples. -keywords: ci, github actions, gha, examples +title: Update Docker Hub repo description with GitHub Actions +keywords: ci, github actions, gha, buildkit, buildx, docker hub --- -This page showcases different examples of how you can customize and use the -Docker GitHub Actions in your CI pipelines. - -## Update Docker Hub repository description - You can update the Docker Hub repository description using a third party action called [Docker Hub Description](https://github.com/peter-evans/dockerhub-description){:target="blank" rel="noopener" class=""} with this action: