Skip to content

Commit

Permalink
Update Docker Hub Description in CI-Build
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Jun 12, 2023
1 parent f9a42fe commit 107fd2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,10 @@ jobs:

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

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

0 comments on commit 107fd2a

Please sign in to comment.