diff --git a/README.md b/README.md index 0b9a44a..68067d4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ ___ * [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/) + * [SBOM and provenance attestations](https://docs.docker.com/build/ci/github-actions/attestations/) + * [Annotations](https://docs.docker.com/build/ci/github-actions/annotations/) + * [Reproducible builds](https://docs.docker.com/build/ci/github-actions/reproducible-builds/) * [Customizing](#customizing) * [inputs](#inputs) * [outputs](#outputs) @@ -186,6 +189,9 @@ 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/) +* [SBOM and provenance attestations](https://docs.docker.com/build/ci/github-actions/attestations/) +* [Annotations](https://docs.docker.com/build/ci/github-actions/annotations/) +* [Reproducible builds](https://docs.docker.com/build/ci/github-actions/reproducible-builds/) ## Customizing diff --git a/docs/advanced/cache.md b/docs/advanced/cache.md deleted file mode 100644 index e8f5ffa..0000000 --- a/docs/advanced/cache.md +++ /dev/null @@ -1,3 +0,0 @@ -# Cache - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/cache/) diff --git a/docs/advanced/copy-between-registries.md b/docs/advanced/copy-between-registries.md deleted file mode 100644 index 35542fb..0000000 --- a/docs/advanced/copy-between-registries.md +++ /dev/null @@ -1,3 +0,0 @@ -# Copy images between registries - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/copy-image-registries/) diff --git a/docs/advanced/dockerhub-desc.md b/docs/advanced/dockerhub-desc.md deleted file mode 100644 index 53e6ac7..0000000 --- a/docs/advanced/dockerhub-desc.md +++ /dev/null @@ -1,3 +0,0 @@ -# Update Docker Hub repo description - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/) diff --git a/docs/advanced/export-docker.md b/docs/advanced/export-docker.md deleted file mode 100644 index 83a19de..0000000 --- a/docs/advanced/export-docker.md +++ /dev/null @@ -1,3 +0,0 @@ -# Export image to Docker - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/export-docker/) diff --git a/docs/advanced/isolated-builders.md b/docs/advanced/isolated-builders.md deleted file mode 100644 index 3fcacaa..0000000 --- a/docs/advanced/isolated-builders.md +++ /dev/null @@ -1,3 +0,0 @@ -# Isolated builders - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/configure-builder/#isolated-builders) diff --git a/docs/advanced/local-registry.md b/docs/advanced/local-registry.md deleted file mode 100644 index 2cbdc5e..0000000 --- a/docs/advanced/local-registry.md +++ /dev/null @@ -1,3 +0,0 @@ -# Local registry - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/local-registry/) diff --git a/docs/advanced/multi-platform.md b/docs/advanced/multi-platform.md deleted file mode 100644 index 15a64a1..0000000 --- a/docs/advanced/multi-platform.md +++ /dev/null @@ -1,3 +0,0 @@ -# Multi-platform image - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/multi-platform/) diff --git a/docs/advanced/named-contexts.md b/docs/advanced/named-contexts.md deleted file mode 100644 index e9cd919..0000000 --- a/docs/advanced/named-contexts.md +++ /dev/null @@ -1,3 +0,0 @@ -# Named contexts - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/named-contexts/) diff --git a/docs/advanced/push-multi-registries.md b/docs/advanced/push-multi-registries.md deleted file mode 100644 index a69040c..0000000 --- a/docs/advanced/push-multi-registries.md +++ /dev/null @@ -1,3 +0,0 @@ -# Push to multi-registries - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/push-multi-registries/) diff --git a/docs/advanced/secrets.md b/docs/advanced/secrets.md deleted file mode 100644 index 0eaf66e..0000000 --- a/docs/advanced/secrets.md +++ /dev/null @@ -1,3 +0,0 @@ -# Secrets - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/secrets/) diff --git a/docs/advanced/share-image-jobs.md b/docs/advanced/share-image-jobs.md deleted file mode 100644 index b788060..0000000 --- a/docs/advanced/share-image-jobs.md +++ /dev/null @@ -1,3 +0,0 @@ -# Share built image between jobs - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/share-image-jobs/) diff --git a/docs/advanced/tags-labels.md b/docs/advanced/tags-labels.md deleted file mode 100644 index 3fe927f..0000000 --- a/docs/advanced/tags-labels.md +++ /dev/null @@ -1,3 +0,0 @@ -# Handle tags and labels - -This page has moved to [Docker Docs website](https://docs.docker.com/build/ci/github-actions/manage-tags-labels/) diff --git a/docs/advanced/test-before-push.md b/docs/advanced/test-before-push.md deleted file mode 100644 index e3679fc..0000000 --- a/docs/advanced/test-before-push.md +++ /dev/null @@ -1,3 +0,0 @@ -# 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/)