devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
235 stars 58 forks source link

Implement post-merge github job for updated stacks #1513

Open thepetk opened 1 month ago

thepetk commented 1 month ago

/kind task

Which area/kind this issue is related to?

/area registry

Issue Description

The registry repo should have a new post-merge job that will:

  1. the commit hash of the registry that the build is based on.
  2. the list of the stacks which were affected by the changes.

This way the index/server will be able to update the OCI registry artifacts and re-generate the new index.json file.

One important thing here, is to follow the same authentication flow defined by: https://github.com/devfile/api/issues/1511

Acceptance Criteria