From 0760504437ba8d0d98e7d5b625560bdede11b3b5 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Thu, 17 Apr 2025 10:14:30 -0400 Subject: [PATCH] docs: add validating build configuration example Signed-off-by: Matthias Schoettle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 802fbfe..fb60ea6 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ jobs: * [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/) +* [Validating build configuration](https://docs.docker.com/build/ci/github-actions/checks/) * [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/)