Commit ceda142 1 parent 7d8f9f6 commit ceda142 Copy full SHA for ceda142
File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,12 @@ jobs:
186
186
with :
187
187
tag_name : ${{ needs.check-new-version.outputs.new_version }}
188
188
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
You can’t perform that action at this time.
0 commit comments