From a6b57c5bc5ed64dcdb3a8abe01aaf207a4454534 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:10:18 +0100 Subject: [PATCH] fix: add missing periods Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/scout/integrations/ci/gha.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/scout/integrations/ci/gha.md b/content/scout/integrations/ci/gha.md index 9f7b3be195..857a78903f 100644 --- a/content/scout/integrations/ci/gha.md +++ b/content/scout/integrations/ci/gha.md @@ -103,9 +103,9 @@ steps: This creates workflow steps to: -1. Check out the repository -2. Set up Docker buildx -3. Authenticate to the registry +1. Check out the repository. +2. Set up Docker buildx. +3. Authenticate to the registry. 4. Extract metadata from Git reference and GitHub events. 5. Build and push the Docker image to the registry.