Skip to content

Commit cd87f3b

Browse files
committed
ci: sync docker hub readme via peter evans action
1 parent d2304a5 commit cd87f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
context: .
2929
push: true
3030
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
31-
32-
- name: Update Docker Hub description
33-
uses: crazy-max/ghaction-dockerhub-description@v4
31+
-
32+
name: Update Docker Hub description
33+
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
3434
with:
3535
username: ${{ secrets.DOCKER_USERNAME }}
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)