Skip to content

Commit ceda142

Browse files
committed
disable pushing docker hub description because of peter-evans/dockerhub-description#10
1 parent 7d8f9f6 commit ceda142

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/nightly.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,12 @@ jobs:
186186
with:
187187
tag_name: ${{ needs.check-new-version.outputs.new_version }}
188188

189-
- name: Docker Hub Description
190-
uses: peter-evans/dockerhub-description@v2
191-
with:
192-
username: wiremock
193-
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
194-
repository: wiremock/wiremock
195-
short-description: Official images for the WireMock standalone server
196-
readme-filepath: ./readme.md
189+
# NOT WORKING BECAUSE OF https://github.com/peter-evans/dockerhub-description/issues/10
190+
# - name: Docker Hub Description
191+
# uses: peter-evans/dockerhub-description@v2
192+
# with:
193+
# username: wiremock
194+
# password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
195+
# repository: wiremock/wiremock
196+
# short-description: Official images for the WireMock standalone server
197+
# readme-filepath: ./readme.md

0 commit comments

Comments
 (0)