Skip to content

Commit

Permalink
Merge pull request #614 from unpoller/docker-hub-update-description
Browse files Browse the repository at this point in the history
update docker hub page overview on release
  • Loading branch information
platinummonkey committed Sep 11, 2023
2 parents abb1938 + abe6250 commit 19fb911
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ jobs:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
GPG_SIGNING_KEY: /tmp/key.gpg
GPG_SIGNING_KEY_ID: ${{ steps.import_gpg.outputs.keyid }}
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: golift/unifi-poller

0 comments on commit 19fb911

Please sign in to comment.