File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,16 @@ into a container image that you can use with your CI/CD pipeline.
2323Supported Tags
2424--------------
2525
26- - [ ![ latest] [ badge-latest ]] [ dockerfile ]
27- - [ ![ 0.4.2] [ badge-0.4.2 ]] [ dockerfile ]
28- - [ ![ 0.4.0] [ badge-0.4.0 ]] [ dockerfile ]
26+ - [ ![ latest] [ badge-latest ]] [ dockerfile-main ]
27+ - [ ![ 0.4.2] [ badge-0.4.2 ]] [ dockerfile-0.4.2 ]
28+ - [ ![ 0.4.0] [ badge-0.4.0 ]] [ dockerfile-0.4.0 ]
2929
3030[ badge-latest ] : https://img.shields.io/badge/-latest-blue.svg?colorA=22313f&colorB=4a637b&logo=docker
3131[ badge-0.4.2 ] : https://img.shields.io/badge/-0.4.2-blue.svg?colorA=22313f&colorB=4a637b&logo=docker
3232[ badge-0.4.0 ] : https://img.shields.io/badge/-0.4.0-blue.svg?colorA=22313f&colorB=4a637b&logo=docker
33- [ dockerfile ] : https://github.com/painless-software/docker-html5validator/blob/main/Dockerfile
33+ [ dockerfile-main ] : https://github.com/painless-software/docker-html5validator/blob/main/Dockerfile
34+ [ dockerfile-0.4.2 ] : https://github.com/painless-software/docker-html5validator/blob/0.4.2/Dockerfile
35+ [ dockerfile-0.4.0 ] : https://github.com/painless-software/docker-html5validator/blob/0.4.0/Dockerfile
3436
3537Usage
3638-----
You can’t perform that action at this time.
0 commit comments