mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-30 04:20:08 +00:00
Add step to update Docker Hub README
This commit is contained in:
parent
23dc78fab4
commit
7f46a5be42
1 changed files with 7 additions and 0 deletions
7
.github/workflows/stable-build.yml
vendored
7
.github/workflows/stable-build.yml
vendored
|
|
@ -69,6 +69,13 @@ jobs:
|
|||
exit 0
|
||||
shell: bash
|
||||
|
||||
- name: Update Docker Hub README
|
||||
uses: peter-evans/dockerhub-description@v4
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
repository: ${{ env.COMPANY_NAME }}/${{ env.PRODUCT_NAME }}${{ matrix.edition }}
|
||||
|
||||
build-nonexample:
|
||||
name: "Release image: DocumentServer${{ matrix.edition }}-nonExample"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue