Skip to content

Commit

Permalink
Change Docker Hub update action
Browse files Browse the repository at this point in the history
  • Loading branch information
shcorya authored Jan 8, 2024
1 parent 2fb26b7 commit 28e6d6b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Update Docker Hub information
uses: meeDamian/[email protected]
uses: peter-evans/dockerhub-description@v3
with:
pass: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
description: true
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
short-description: ${{ github.event.repository.description }}
enable-url-completion: true

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

0 comments on commit 28e6d6b

Please sign in to comment.