ci: sync README to Docker Hub on release
CI / test (pull_request) Successful in 2m31s
CI / lint (pull_request) Successful in 50s
CI / vulncheck (pull_request) Successful in 35s

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 ec898ff943
commit 2653db9f65
+7
View File
@@ -73,3 +73,10 @@ jobs:
VERSION=${{ github.ref_name }}
COMMIT=${{ github.sha }}
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