prefapp / action-make-state-repos-dispatches

Action to calculate and dispatch image changes of a service, in multiple state repositories
MIT License
1 stars 0 forks source link

Changes to the workflow #4

Closed juanjosevazquezgil closed 4 months ago

juanjosevazquezgil commented 4 months ago

Motivation

We need to define the following new requisites for our workflow:

services:
  releases: <path>
  snapshots: <path>
charts:
  releases: <path>
  snapshots: <path>
runners:
  releases: <path>
  snapshots: <path>

Acceptance criteria

jalvarezit commented 4 months ago

At the moment we are only handling services instead of adding an extra input to specify what kind of registry ( e.g. services, charts, runners...)

As in the following example code:

registryBasePaths.services[dispatch.type] // hardcoding services key