Validate with bake

This commit is contained in:
CrazyMax
2021-05-27 21:02:48 +02:00
parent 98479cf81e
commit 54fb3b07dc
6 changed files with 29 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
from koalaman/shellcheck-alpine:v0.7.2
workdir /src
copy base .
run shellcheck xx-*
FROM koalaman/shellcheck-alpine:v0.7.2
WORKDIR /src
COPY base .
RUN shellcheck xx-*