bake: handle build checks from metadata by crazy-max · Pull Request #389 · docker/actions-toolkit (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
follow-up
- github: annotate build warnings #365
- buildx: convert vertex warnings to github annotations based on localstate #401
crazy-max changed the title
bake: handle build warnings bake: handle build checks from metadata
Comment on lines +15 to +26
| group "default" { |
|---|
| targets = ["lint", "lint-other", "lint-inline"] |
| } |
| target "lint" { |
| dockerfile = "lint.Dockerfile" |
| } |
| target "lint-other" { |
| dockerfile = "lint-other.Dockerfile" |
| } |
| target "lint-inline" { |
| dockerfile-inline = "FRoM alpine\nENTRYPOINT [\"echo\", \"hello\"]" |
| } |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: CrazyMax 1951866+crazy-max@users.noreply.github.com
crazy-max marked this pull request as ready for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})