Closed Juansecu closed 6 months ago
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
DOCKERHUB_USERNAME
DOCKERHUB_REPOSITORY
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 permissionsDOCKERHUB_USERNAME
- The user of Docker Hub who will be pushing the Docker imageDOCKERHUB_REPOSITORY
- The Docker Hub repository where the Docker image will be pushed to