Skip to content

Commit

Permalink
Change workflow to update dockerhub description on push
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehue committed Jun 1, 2023
1 parent 0bf4682 commit 3af6444
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: peterevans/dockerhub-description

0 comments on commit 3af6444

Please sign in to comment.