Skip to content

Github Workflow Build Process #470

@doulikecookiedough

Description

@doulikecookiedough

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions