OpenFusion icon indicating copy to clipboard operation
OpenFusion copied to clipboard

CD - Add GitHub Action to push Docker image to Docker Hub

Open Juansecu opened this issue 1 year ago • 0 comments

Add a GitHub Action to automatically push an official Docker image of OpenFusion server to Docker Hub every time a new release is published.

The following secrets are necessary:

  • DOCKERHUB_TOKEN - A Docker Hub token with write permissions
  • DOCKERHUB_USERNAME - The user of Docker Hub who will be pushing the Docker image
  • DOCKERHUB_REPOSITORY - The Docker Hub repository where the Docker image will be pushed to

Juansecu avatar May 09 '24 00:05 Juansecu