mirror of https://github.com/docker/docs.git
Merge pull request #18733 from dvdksn/18591-followup
fix: add missing periods
This commit is contained in:
commit
f8e0e56da5
|
|
@ -103,9 +103,9 @@ steps:
|
||||||
|
|
||||||
This creates workflow steps to:
|
This creates workflow steps to:
|
||||||
|
|
||||||
1. Check out the repository
|
1. Check out the repository.
|
||||||
2. Set up Docker buildx
|
2. Set up Docker buildx.
|
||||||
3. Authenticate to the registry
|
3. Authenticate to the registry.
|
||||||
4. Extract metadata from Git reference and GitHub events.
|
4. Extract metadata from Git reference and GitHub events.
|
||||||
5. Build and push the Docker image to the registry.
|
5. Build and push the Docker image to the registry.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue