mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-25 09:33:28 +02:00
Update docker readme automatically
This commit is contained in:
parent
40d9cdda57
commit
45a57f44ff
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue