We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d832e3 + 5700cdf commit 804234fCopy full SHA for 804234f
.github/workflows/docker-build-push.yml
@@ -113,6 +113,15 @@ jobs:
113
org.opencontainers.image.description=Admincraft WebSocket server
114
org.opencontainers.image.version=${{ steps.versioning.outputs.full_version }}
115
116
+ - name: Update Docker Hub Description
117
+ uses: peter-evans/dockerhub-description@v3
118
+ with:
119
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
120
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
121
+ repository: joanroig/admincraft-websocket
122
+ readme-filepath: ./README.md
123
+ short-description: "WebSocket server to control Minecraft Bedrock Dockerized servers with Admincraft"
124
+
125
- name: Create Git Tag
126
run: |
127
git config user.name github-actions
0 commit comments