Update docker readme automatically

This commit is contained in:
bolkedebruin
2022-08-16 16:01:50 +02:00
committed by GitHub
parent 40d9cdda57
commit 45a57f44ff

View File

@@ -33,3 +33,10 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ github.repository_owner }}/rdpgw:latest
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ github.repository_owner }}/rdpgw
readme-filepath: ./dev/docker/docker-readme.md