generate GitHub annotations for build checks

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-07-30 17:48:59 +02:00
parent a8d35412fb
commit 806a2a461f
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
3 changed files with 59 additions and 3 deletions

12
test/lint.Dockerfile Normal file
View file

@ -0,0 +1,12 @@
frOM busybox as base
cOpy lint.Dockerfile .
from scratch
MAINTAINER moby@example.com
COPy --from=base \
/lint.Dockerfile \
/
CMD [ "echo", "Hello, Norway!" ]
CMD [ "echo", "Hello, Sweden!" ]
ENTRYPOINT my-program start