build: add links to examples from gha index page

Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
David Karlsson 2023-05-31 11:45:37 +02:00
parent 25bbc04d0a
commit 28e492d024
1 changed files with 19 additions and 0 deletions

View File

@ -31,6 +31,25 @@ The following GitHub Actions are available:
Using Docker's actions provides an easy-to-use interface, while still allowing
flexibility for customizing build parameters.
## Examples
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)
## Get started with GitHub Actions
{% include gha-tutorial.md %}