ci: sync README to Docker Hub on release
CI / test (pull_request) Successful in 2m23s
CI / lint (pull_request) Successful in 51s
CI / vulncheck (pull_request) Successful in 41s

Use peter-evans/dockerhub-description to push README.md as the
Docker Hub repository overview after each image build.
This commit is contained in:
2026-05-29 20:26:21 -04:00
parent 32982228b0
commit 9a4a53f487
+7
View File
@@ -73,3 +73,10 @@ jobs:
VERSION=${{ github.ref_name }} VERSION=${{ github.ref_name }}
COMMIT=${{ github.sha }} COMMIT=${{ github.sha }}
BUILD_DATE=${{ github.event.head_commit.timestamp }} BUILD_DATE=${{ github.event.head_commit.timestamp }}
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: lerkolabs/uptop