fix: add missing periods

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-11-21 09:10:18 +01:00
parent 4939a35053
commit a6b57c5bc5
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.