Merge pull request #18733 from dvdksn/18591-followup

fix: add missing periods
This commit is contained in:
David Karlsson 2023-11-21 13:16:04 +01:00 committed by GitHub
commit f8e0e56da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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.