cozystack icon indicating copy to clipboard operation
cozystack copied to clipboard

Configure GitHub CI

Open kvaps opened this issue 1 year ago • 0 comments

When creating a PR:

  • build all images (make build in the root of the repo)
  • push to a branch named build or test-pr123 with the PR number
  • run tests https://github.com/aenix-io/cozystack/issues/70

After a PR is closed, delete all images tagged with it.

When creating a draft release, run all tests before actually releasing.

kvaps avatar Apr 09 '24 18:04 kvaps