mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 18:06:46 +00:00
generate GitHub annotations for build checks
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
a8d35412fb
commit
806a2a461f
3 changed files with 59 additions and 3 deletions
12
test/lint.Dockerfile
Normal file
12
test/lint.Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue