Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-04-22 20:44:30 +03:00

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
3 changed files with 59 additions and 3 deletions
+12
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