From 66e885897ac4318b2c50eb226da07fcb90f29451 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 23 Feb 2023 01:36:48 +0100 Subject: [PATCH] build(gha): move update docker hub desc section to dedicated page Signed-off-by: CrazyMax --- _data/toc.yaml | 4 ++-- .../{examples.md => update-dockerhub-desc.md} | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) rename build/ci/github-actions/{examples.md => update-dockerhub-desc.md} (80%) 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: