Skip to content

Commit 4001c21

Browse files
Disable README sync to Docker Hub
Comment out the Docker Hub README sync step
1 parent 141861a commit 4001c21

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
push: true
2929
tags: jsonviewertool/json-viewer-tool:latest
3030

31-
- name: Sync README to Docker Hub
32-
uses: peter-evans/dockerhub-description@v4
33-
with:
34-
username: ${{ secrets.DOCKERHUB_USERNAME }}
35-
password: ${{ secrets.DOCKERHUB_TOKEN }}
36-
repository: jsonviewertool/json-viewer-tool
37-
readme-filepath: ./README.md
31+
# - name: Sync README to Docker Hub
32+
# uses: peter-evans/dockerhub-description@v4
33+
# with:
34+
# username: ${{ secrets.DOCKERHUB_USERNAME }}
35+
# password: ${{ secrets.DOCKERHUB_TOKEN }}
36+
# repository: jsonviewertool/json-viewer-tool
37+
# readme-filepath: ./README.md

0 commit comments

Comments
 (0)