Skip to content

Commit

Permalink
Update the docker hub description
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Nov 20, 2023
1 parent fa2e129 commit 6055e63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,10 @@ jobs:
push: true
tags: dotenv/dotenv:latest
# platforms: linux/amd64,linux/arm64
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: dotenv/dotenv
short-description: ${{ github.event.repository.description }}

0 comments on commit 6055e63

Please sign in to comment.