See how it's being done in the upstream geerlingguy/php-apache container image build process. Basically add the docker login details as protected env vars in Travis CI, then edit the .travis.yml file to do an automated push once the build is complete on the master branch.
See how it's being done in the upstream
geerlingguy/php-apache
container image build process. Basically add the docker login details as protected env vars in Travis CI, then edit the.travis.yml
file to do an automated push once the build is complete on the master branch.