Skip to content

Commit

Permalink
Add action to sync docker hub description from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Oct 7, 2023
1 parent a3bb118 commit 89a1e6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

# Update Docker Hub repository description from README.md
# https://github.com/peter-evans/dockerhub-description
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3.4.2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

# https://github.com/sigstore/cosign
- name: Sign the published Docker image
# This step uses the identity token to provision an ephemeral certificate
Expand Down

0 comments on commit 89a1e6e

Please sign in to comment.