Open
Description
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
Activity