WordPress / WordPress/wpdev-docker-images
Post test images to pull requests
Open
@desrosj is already working on this.
Since Nov 20, 2020.
- Dominant language
- Dockerfile
- Stars
- 69
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
When opening a pull request, it would be helpful if a GitHub Action workflow would comment on a PR with information on how to use the test the images built for a PR.
For example:
The test images have been built for this pull request.
*** List of images ***
PHP
- docker.pkg.github.com/wordpress/wpdev-docker-images/php:8.0-fpm-51
- ........
PHPUnit
- docker.pkg.github.com/wordpress/wpdev-docker-images/phpunit:5-php-5.6-fpm-51
- ........
etc.
Here is how to test:
*** instructions to test in a `trunk` checkout ***
This will likely be easier once the container building has been migrated from Travis to GitHub Actions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.