Skip to content

Commit

Permalink
use list notation for tags in build section
Browse files Browse the repository at this point in the history
Co-authored-by: Ulysses Souza <ulysses.souza@docker.com>
  • Loading branch information
glours and ulyssessouza committed May 9, 2022
1 parent 77d99aa commit 0f45094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ the `image` [property defined in the service section](spec.md#image)
```yml
tags:
- "myimage:mytag"
"registry/username/myrepos:my-other-tag"
- "registry/username/myrepos:my-other-tag"
```

## Implementations
Expand Down

0 comments on commit 0f45094

Please sign in to comment.