build: autogenerate links to gha examples

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-12-14 21:58:04 +01:00
parent 444ffdca3a
commit c58670785a
1 changed files with 1 additions and 14 deletions

View File

@ -38,20 +38,7 @@ flexibility for customizing build parameters.
If you're looking for examples on how to use the Docker GitHub Actions,
refer to the following sections:
- [Cache management](cache.md)
- [Configuring your builder](configure-builder.md)
- [Copy image between registries](copy-image-registries.md)
- [Export to Docker](export-docker.md)
- [Local registry](local-registry.md)
- [Manage tags and labels](manage-tags-labels.md)
- [Multi-platform image](multi-platform.md)
- [Named contexts](named-contexts.md)
- [Push to multiple registries](push-multi-registries.md)
- [Secrets](secrets.md)
- [Share built image between jobs](share-image-jobs.md)
- [Test before push](test-before-push.md)
- [Update Docker Hub repository description](update-dockerhub-desc.md)
- [SBOM and provenance attestations](attestations.md)
{{% sectionlinks %}}
## Get started with GitHub Actions