cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
416 stars 280 forks source link

GitHub Action workflow to build image and upload to github #429

Open steffjenl opened 4 months ago

steffjenl commented 4 months ago

If you want I can also add upload functionality to docker hub.

steffjenl commented 4 months ago

@jbrooksuk this PR is for 2.4, do you want also a version for the new 3.x repo?

steffjenl commented 4 months ago

Added support for Docker Hub, please set actions secret DOCKERHUB_USERNAME and DOCKERHUB_TOKEN

jbrooksuk commented 4 months ago

These are set and the action can now run.

I'd love this for 3.x too, please.

steffjenl commented 4 months ago

These are set and the action can now run.

I'd love this for 3.x too, please.

I have removed today blank.yml it does not work for 3.x we will create an test script with newer packages.

I will start an discusion for v3.x , i already started to build an version for 3.x only i am missing the bootstrap file (index.php)? To start the application in production mode and not in test / development mode.