Skip to content

Commit

Permalink
Remove broken DockerHub description updater from the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Sep 6, 2023
1 parent 2747108 commit d7041bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,3 @@ jobs:
with:
tag_name: ${{ needs.check-new-version.outputs.new_version }}

- name: DockerHub Description
uses: peter-evans/dockerhub-description@v2
with:
username: wiremockbot
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
repository: wiremock/wiremock
short-description: Official images for the WireMock standalone server
readme-filepath: ./readme.md

0 comments on commit d7041bc

Please sign in to comment.