Create multiple branches for each features. For example:
- One branch, let's say
master, for continuous deployment (upload the Docker image to GitHub registry)
- One branch, let's say
dev for uploading the same image but with the solidvault:dev label
- ...and this list might go on
Create multiple branches for each features. For example:
master, for continuous deployment (upload the Docker image to GitHub registry)devfor uploading the same image but with thesolidvault:devlabel