Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Feb 23, 2023
1 parent a3ae207 commit 3a3620e
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 13 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ ___
* [Git context](#git-context)
* [Path context](#path-context)
* [Examples](#examples)
* [Multi-platform image](https://docs.docker.com/build/ci/github-actions/multi-platform/)
* [Secrets](https://docs.docker.com/build/ci/github-actions/secrets/)
* [Push to multi-registries](https://docs.docker.com/build/ci/github-actions/push-multi-registries/)
* [Manage tags and labels](https://docs.docker.com/build/ci/github-actions/manage-tags-labels/)
* [Cache management](https://docs.docker.com/build/ci/github-actions/cache/)
* [Export to Docker](https://docs.docker.com/build/ci/github-actions/export-docker/)
* [Test before push](https://docs.docker.com/build/ci/github-actions/test-before-push/)
* [Local registry](https://docs.docker.com/build/ci/github-actions/local-registry/)
* [Share built image between jobs](https://docs.docker.com/build/ci/github-actions/share-image-jobs/)
* [Named contexts](https://docs.docker.com/build/ci/github-actions/named-contexts/)
* [Copy image between registries](https://docs.docker.com/build/ci/github-actions/copy-image-registries/)
* [Update Docker Hub repo description](https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/)
* [Customizing](#customizing)
* [inputs](#inputs)
* [outputs](#outputs)
Expand Down Expand Up @@ -170,7 +182,18 @@ jobs:

## Examples

See https://docs.docker.com/build/ci/github-actions/examples/.
* [Multi-platform image](https://docs.docker.com/build/ci/github-actions/multi-platform/)
* [Secrets](https://docs.docker.com/build/ci/github-actions/secrets/)
* [Push to multi-registries](https://docs.docker.com/build/ci/github-actions/push-multi-registries/)
* [Manage tags and labels](https://docs.docker.com/build/ci/github-actions/manage-tags-labels/)
* [Cache management](https://docs.docker.com/build/ci/github-actions/cache/)
* [Export to Docker](https://docs.docker.com/build/ci/github-actions/export-docker/)
* [Test before push](https://docs.docker.com/build/ci/github-actions/test-before-push/)
* [Local registry](https://docs.docker.com/build/ci/github-actions/local-registry/)
* [Share built image between jobs](https://docs.docker.com/build/ci/github-actions/share-image-jobs/)
* [Named contexts](https://docs.docker.com/build/ci/github-actions/named-contexts/)
* [Copy image between registries](https://docs.docker.com/build/ci/github-actions/copy-image-registries/)
* [Update Docker Hub repo description](https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/)

## Customizing

Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/cache.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Cache

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#cache)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/cache/)
2 changes: 1 addition & 1 deletion docs/advanced/copy-between-registries.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copy images between registries

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#copy-images-between-registries)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/copy-image-registries/)
2 changes: 1 addition & 1 deletion docs/advanced/dockerhub-desc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update Docker Hub repo description

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#update-docker-hub-repository-description)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/)
2 changes: 1 addition & 1 deletion docs/advanced/export-docker.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Export image to Docker

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#export-image-to-docker)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/export-docker/)
2 changes: 1 addition & 1 deletion docs/advanced/local-registry.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Local registry

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#local-registry)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/local-registry/)
2 changes: 1 addition & 1 deletion docs/advanced/multi-platform.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Multi-platform image

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#multi-platform-images)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/multi-platform/)
2 changes: 1 addition & 1 deletion docs/advanced/named-contexts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Named contexts

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#named-contexts)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/named-contexts/)
2 changes: 1 addition & 1 deletion docs/advanced/push-multi-registries.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Push to multi-registries

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#push-to-multi-registries)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/push-multi-registries/)
2 changes: 1 addition & 1 deletion docs/advanced/secrets.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Secrets

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#secrets)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/secrets/)
2 changes: 1 addition & 1 deletion docs/advanced/share-image-jobs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Share built image between jobs

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#share-built-image-between-jobs)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/share-image-jobs/)
2 changes: 1 addition & 1 deletion docs/advanced/tags-labels.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Handle tags and labels

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#manage-tags-and-labels)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/manage-tags-labels/)
2 changes: 1 addition & 1 deletion docs/advanced/test-before-push.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Test your image before pushing it

This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/examples/#test-your-image-before-pushing-it)
This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/test-before-push/)

0 comments on commit 3a3620e

Please sign in to comment.