Update docker readme automatically
This commit is contained in:
parent
40d9cdda57
commit
45a57f44ff
7
.github/workflows/docker-image.yml
vendored
7
.github/workflows/docker-image.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user