dockerfile: containerized htmlproofer

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-05-09 15:08:40 +02:00
parent dc1a99b7b0
commit 8da7d9445d
6 changed files with 44 additions and 12 deletions

View File

@@ -19,3 +19,11 @@ target "vendor" {
target = "vendor"
output = ["."]
}
target "htmlproofer" {
target = "htmlproofer"
args = {
JEKYLL_ENV = JEKYLL_ENV
}
output = ["type=cacheonly"]
}