Skip to content

Commit

Permalink
Merge pull request #14 from docker/dockerhub-description
Browse files Browse the repository at this point in the history
ci: update repo description when pushing image
  • Loading branch information
crazy-max authored Jan 4, 2023
2 parents e527d5b + 692a84f commit e69cd52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ jobs:
*.cache-to=type=gha,scope=image,mode=max
*.attest=type=sbom
*.attest=type=provenance,mode=max,builder-id=https://github.com/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}
-
name: Update repo description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERBUILDBOT_USERNAME }}
password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
repository: ${{ env.DOCKERHUB_SLUG }}

0 comments on commit e69cd52

Please sign in to comment.