Skip to content

Commit

Permalink
Merge pull request #17 from theohbrothers/docs/readme-fix-tags-table-…
Browse files Browse the repository at this point in the history
…dockerfile-build-context-column-markdown-formatting

Docs (readme): Fix Tags table `Dockerfile Build Context` column markdown formatting
  • Loading branch information
leojonathanoh authored Feb 9, 2023
2 parents 02615a9 + 035e292 commit 3c54749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Dockerized [Varnish Agent](https://github.com/varnish/vagent2), including the [E

| Tag | Dockerfile Build Context |
|:-------:|:---------:|
| `:4.1.4-ubuntu-16.04`, `:latest` | [View](variants/4.1.4-ubuntu-16.04 ) |
| `:4.1.4-ubuntu-16.04`, `:latest` | [View](variants/4.1.4-ubuntu-16.04) |

## Usage

Expand Down
4 changes: 2 additions & 2 deletions generate/templates/README.md.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ $(
($VARIANTS | % {
if ( $_['tag_as_latest'] ) {
@"
| ``:$( $_['tag'] )``, ``:latest`` | [View](variants/$( $_['tag'] ) ) |
| ``:$( $_['tag'] )``, ``:latest`` | [View](variants/$( $_['tag'] )) |
"@
}else {
@"
| ``:$( $_['tag'] )`` | [View](variants/$( $_['tag'] ) ) |
| ``:$( $_['tag'] )`` | [View](variants/$( $_['tag'] )) |
"@
}
Expand Down

0 comments on commit 3c54749

Please sign in to comment.