mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-20 21:08:56 +08:00
Add label-custom input
This commit is contained in:
parent
c48ac80f46
commit
8c7824c6d8
10 changed files with 1648 additions and 61 deletions
15
.github/CONTRIBUTING.md
vendored
15
.github/CONTRIBUTING.md
vendored
|
|
@ -16,21 +16,6 @@ Contributions to this project are [released](https://help.github.com/articles/gi
|
|||
8. Push to your fork and [submit a pull request](https://github.com/crazy-max/ghaction-docker-meta/compare)
|
||||
9. Pat your self on the back and wait for your pull request to be reviewed and merged.
|
||||
|
||||
## Container based developer flow
|
||||
|
||||
If you don't want to maintain a Node developer environment that fits this project you can use containerized commands instead of invoking yarn directly.
|
||||
|
||||
```
|
||||
# format code and build javascript artifacts
|
||||
docker buildx bake pre-checkin
|
||||
|
||||
# validate all code has correctly formatted and built
|
||||
docker buildx bake validate
|
||||
|
||||
# run tests
|
||||
docker buildx bake test
|
||||
```
|
||||
|
||||
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
|
||||
|
||||
- Write tests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue