diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..526c8a3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf \ No newline at end of file diff --git a/.github/workflows/build-to-dockerhub.yml b/.github/workflows/build-to-dockerhub.yml index f88d908..fb321a9 100644 --- a/.github/workflows/build-to-dockerhub.yml +++ b/.github/workflows/build-to-dockerhub.yml @@ -51,4 +51,12 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} + + - name: Docker Hub Description + uses: peter-evans/dockerhub-description@v3 + if: startsWith(github.ref, 'refs/tags/v') + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + repository: ${{ secrets.DOCKERHUB_IMAGE }} \ No newline at end of file diff --git a/README.md b/README.md index 670ce7a..e53e9a0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ If you are installing during the development phase, please clone the repository using a virtual environment helps to keep a clean namespace and reduce the chance of bugs. +If you plan to run under Docker, we now provide an official image: medeor/starrypy3k. + +For a list of available tags, see: [Docker Hub](https://hub.docker.com/r/medeor/starrypy3k) + + + ### Starbound Server Configuration StarryPy works as a benevolent "man in the middle" between the Starbound game client and the Starbound dedicated server, in effect acting as a proxy server. diff --git a/VERSION b/VERSION index 81ef58f..b02d37b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.1 \ No newline at end of file +v2.0.2 \ No newline at end of file