Skip to content

Commit

Permalink
chore(docker): disable updating the description on Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 27, 2022
1 parent 9c0e7a2 commit cd1306c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,5 @@ 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 cd1306c

Please sign in to comment.