Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workflow): Update stage to stage image from single build point
It's not good practice to rebuild images as the scenario exists where the same code base builds different images. As such only use images from a single build point. 1. Pulls the image that matches the git commit 2. Tag image with the specified version and push to ghcr Issue #31
- Loading branch information