-
Notifications
You must be signed in to change notification settings - Fork 0
Add workflow_dispatch support to image ci workflows #302
Copy link
Copy link
Closed
Labels
cvp:2Quality of life improvements, or rough edge mitigations that impact one or more user personasQuality of life improvements, or rough edge mitigations that impact one or more user personasdockerRelated to container images we produceRelated to container images we producetdp:3Other teams or customers indirectly notice.Other teams or customers indirectly notice.
Milestone
Metadata
Metadata
Assignees
Labels
cvp:2Quality of life improvements, or rough edge mitigations that impact one or more user personasQuality of life improvements, or rough edge mitigations that impact one or more user personasdockerRelated to container images we produceRelated to container images we producetdp:3Other teams or customers indirectly notice.Other teams or customers indirectly notice.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We want the ability to trigger the ci workflow for each image via the workflow_dispatch trigger.
This will allow us to use a GitHub App and trigger with gh workflow run with the `--repo` flag.
Prerequisites
Shared infrastructure (merged)
GitHub Apps + Pulumi + secrets (manual, gates production dispatch)
Dev stream filtering & dispatch support
Connect
Production (release dispatch → image build)
Development (dev dispatch → dev image build)
Workbench
Production (release dispatch → image build)
Development (dev dispatch → dev image build)
Package Manager
Production (release dispatch → image build)
Development (dev dispatch → dev image build)
Helm auto-update (image build → helm chart)