-
Notifications
You must be signed in to change notification settings - Fork 6
Github Workflow Build Process #470
Copy link
Copy link
Open
Description
Currently, every time we push to the repo - Docker Build and Publish is executed (automated process). Discuss and determine where this should be a manual process, or if we should continue as is.
docker-publish:
name: Docker Build and Publish
if: github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref_name, 'bugfix')
if: github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref_name, 'feature')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status