Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release triggered workflows for registry operator #1282

Closed
3 tasks
michael-valdron opened this issue Oct 5, 2023 · 2 comments
Closed
3 tasks

Release triggered workflows for registry operator #1282

michael-valdron opened this issue Oct 5, 2023 · 2 comments
Labels
area/ci area/registry Devfile registry for stacks and infrastructure area/releng Release engineering

Comments

@michael-valdron
Copy link
Member

Which area/kind this issue is related to?

/area ci
/area registry
/area releng

Issue Description

Registry operator releases should produce built images on quay.io for use of the releases.

Guide to creating release workflows: https://birtony.medium.com/setting-up-automated-release-workflow-with-github-actions-628dbca2446e

Release Workflow Trigger Example

on:
  push:
    # Sequence of patterns matched against refs/tags
    tags:
      - '[0-9]+.[0-9]+.[0-9]+'

Acceptance Criteria

  • Create a workflow file that triggers on release cuts
  • Create tasks to build and push quay.io/devfile/registry-operator and quay.io/devfile/registry-operator-bundle on the release changes, use version label as tag
  • Perform integration testing on release images
@openshift-ci openshift-ci bot added area/ci area/registry Devfile registry for stacks and infrastructure area/releng Release engineering labels Oct 5, 2023
@johnmcollier
Copy link
Member

I think this is a dupe of #1267?

@michael-valdron
Copy link
Member Author

I think this is a dupe of #1267?

This is a duplicate of #1267, I will close this issue and revise #1267 with the additional information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci area/registry Devfile registry for stacks and infrastructure area/releng Release engineering
Projects
Status: Done ✅
Development

No branches or pull requests

2 participants