4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust50 forks (50 forks)auto 404
enhancementgood first issue
Repository metrics
- Stars
- 103 stars (103 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
The last version of the pact-ref-verifier image on the docker hub is 1.1.1. Can versions 1.1.2 and 1.1.3 be pushed there please?
Are there plans to push to the Github registry too, like is done for the stub server?
Contributor guide
- Research direction
- Look at the existing GitHub Actions workflows in this repo, particularly for the stub server to see how it pushes to GHCR. Then create a similar workflow for the pact ref verifier that builds and pushes the Docker image to both DockerHub and GHCR on release events. Ensure to use secrets for credentials and possibly tag the image with the release version.
- Tech stack
- rustdockergithub actions
- Domain
- devopsci cd
- Issue type
- Feature
- Prerequisites
- GitDocker