Situation
The current workflow for testing Coin Shuffle process requires to have local build from source the service repo which has lots of inconveniences.
Objective
Write Dockerfile for building the image with service repo and add an action that will automatically push the result to ghcr.io.
Acceptance
The reproducible, cacheable built that will be triggered on each release creation of service repo with creating image with the same tag as the release one.