Skip to content

Build and publish dev operator image for every commit #228

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

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

sutaakar
Copy link
Contributor

@sutaakar sutaakar commented Aug 10, 2023

Issue link

Fixes #226

What changes have been made

Every commit affecting operator code will trigger a workflow building operator image and publishing it on quay.

Verification steps

Push the change from PR to main branch of your fork - workflow s triggered and tries to upload built operator image on Quay.

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • Testing is not required for this change


jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install operator-sdk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Was meaning to remove this as well.

@astefanutti
Copy link
Contributor

/lgtm

@astefanutti
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Aug 11, 2023
@astefanutti
Copy link
Contributor

/approve

@openshift-ci
Copy link

openshift-ci bot commented Aug 11, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: astefanutti

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 2a4731a into project-codeflare:main Aug 11, 2023
@sutaakar sutaakar deleted the dev-image branch August 11, 2023 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build and publish dev operator image for every commit
3 participants