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

Add GitHub Workflows #49

Open
HilkopterBob opened this issue Oct 1, 2024 · 3 comments
Open

Add GitHub Workflows #49

HilkopterBob opened this issue Oct 1, 2024 · 3 comments
Assignees
Labels
ci/cd enhancement New feature or request

Comments

@HilkopterBob
Copy link
Owner

Workflows we need:
on merge to devel (or) other Branch:

  • lint
  • unit tests
  • Test Build

on merge to main:

  • all the above and:
  • docker ct integration test (use private repo)

on release:

  • build & publish new docker container with stable-VX.X.X tag
  • build & add to release binary compiled file with -stable-VX.X.X tag
@Kartoffel096
Copy link
Collaborator

Kartoffel096 commented Oct 1, 2024

Workflows currently Done:
on merge to devel (or) other Branch:

on merge to main:

  • all the above and:
  • docker ct integration test (use private repo)

on release:

  • build & publish new docker container with stable-VX.X.X tag
  • build & add to release binary compiled file with -stable-VX.X.X tag REF: fbb3085

@HilkopterBob HilkopterBob added this to the 0.5.0 milestone Oct 9, 2024
@HilkopterBob
Copy link
Owner Author

updates? @Kartoffel096

@Kartoffel096
Copy link
Collaborator

Updated last Comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants