Skip to content

Commit 804234f

Browse files
committed
2 parents 8d832e3 + 5700cdf commit 804234f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,15 @@ jobs:
113113
org.opencontainers.image.description=Admincraft WebSocket server
114114
org.opencontainers.image.version=${{ steps.versioning.outputs.full_version }}
115115
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+
116125
- name: Create Git Tag
117126
run: |
118127
git config user.name github-actions

0 commit comments

Comments
 (0)