Skip to content

Commit

Permalink
chore(docker): update the description on Docker Hub on push
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 27, 2022
1 parent f2968cd commit 9c0e7a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,12 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Update Docker Hub description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

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

0 comments on commit 9c0e7a2

Please sign in to comment.