diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81137f6..dfa06d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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