Add label-custom input

This commit is contained in:
CrazyMax 2020-12-23 21:47:58 +01:00
parent c48ac80f46
commit 8c7824c6d8
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
10 changed files with 1648 additions and 61 deletions

View file

@ -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.