Skip to content

Commit

Permalink
👷 Update dockerhub readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adyanth authored Dec 24, 2022
1 parent 6eeae87 commit dc2f458
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Docker Hub Description
if: github.event.ref_type == 'tag' || github.event_name == 'workflow_dispatch'
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: adyanth/cloudflare-operator
readme-filepath: ./README.md
short-description: "Cloudflare Operator Controller Manager"

0 comments on commit dc2f458

Please sign in to comment.