Docker image for CI builds with PHP and Node.js.
- Create PR from a fork with changes.
- Merge PR and create a new tag on GitHub.
- Using the same tag name build and push image to DockerHub. Also, push the same image with
latesttag to DockerHub.
To build and publish the image run:
docker build -t cyberriskalliance/ci-php-node:TAG_NAME -t cyberriskalliance/ci-php-node:latest .
docker push cyberriskalliance/ci-php-node:TAG_NAME
docker push cyberriskalliance/ci-php-node:latestBased on misterio92/ci-php-node:4.0. Links: