geerlingguy / drupal-container

Drupal container for running Drupal sites with Docker, built with Ansible.
https://hub.docker.com/r/geerlingguy/drupal/
44 stars 26 forks source link

Automated build/push with GitHub Actions #8

Closed geerlingguy closed 3 years ago

geerlingguy commented 5 years ago

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.

geerlingguy commented 3 years ago

Updating since Travis CI is no more. See #29.

geerlingguy commented 3 years ago

Hmm... all builds succeed besides arm64. I'll leave that out and open a new follow-up issue for it.

geerlingguy commented 3 years ago

Closing with the latest commit.