Skip to content

Commit

Permalink
Update Docker Hub README in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Dec 22, 2023
1 parent 80d3191 commit 40ad429
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,10 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: simonwhitaker/gibo

0 comments on commit 40ad429

Please sign in to comment.