Skip to content

Commit

Permalink
Docs (readme): Fix Tags table Dockerfile Build Context column markd…
Browse files Browse the repository at this point in the history
…own formatting
  • Loading branch information
leojonathanoh committed Feb 9, 2023
1 parent 02615a9 commit 035e292
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 035e292

Please sign in to comment.