wiremock / wiremock-docker

Wiremock Docker image
https://hub.docker.com/r/wiremock/wiremock
MIT License
210 stars 99 forks source link

Fix deployment of README.md to DockerHub #77

Open oleg-nenashev opened 10 months ago

oleg-nenashev commented 10 months ago

Summary

Right now the deployment does not work, and the README is dated. We need to fix the GitHub action and, ideally, detach it to CD

Right now we use https://github.com/peter-evans/dockerhub-description, most likely an update to v3 is needed

      - 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

References