bake: handle build checks from metadata by crazy-max · Pull Request #389 · docker/actions-toolkit (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@crazy-max

follow-up

@crazy-max crazy-max changed the titlebake: handle build warnings bake: handle build checks from metadata

Jul 30, 2024

crazy-max

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.

@crazy-max

Signed-off-by: CrazyMax 1951866+crazy-max@users.noreply.github.com

@crazy-max crazy-max marked this pull request as ready for review

July 31, 2024 07:52

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 }})

1 participant

@crazy-max