docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.11k stars 527 forks source link

feat: warn about ignored inputs #1019

Closed favonia closed 7 months ago

favonia commented 7 months ago

Currently, several inputs can be silently ignored without any warnings. This PR will issue a warning for each ignored input with a short explanation. I actually complained about the silent input ignoring in other issues/PRs, but since this is an open-source project, I suppose I can just make a PR. 😄 If this PR is accepted, I also hope future ignore inputs will come with appropriate warnings.

favonia commented 7 months ago

@crazy-max I believe all issues were addressed. 😀