Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cekit/actions-setup-cekit

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Setup CEKit (Container Evolution Kit) GitHub Action

Setup your GitHub Actions workflow with Container Evolution Kit (CEKit).

Currently only Linux/Ubuntu CI environment is supported.

Basic

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/actions-setup-cekit@v1.1.7
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build

Optional input parameters

Parameter Description
version CEKit version to install

Advanced

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install CEKit
uses: cekit/actions-setup-cekit@v1.1.7
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
with:
version: 4.13.0

License

The scripts and documentation in this project are released under the Apache 2.0 License.

Release process

  • Set new version in package.json
  • Run: npm install --only=prod
  • Update README.md with new version
  • Commit [RELEASE] Release vX.Y.Z
  • Tag+push vX.Y.Z
  • Create GitHub release for tag

About

Setup your GitHub Actions workflow with Container Evolution Kit (CEKit)

Resources

Readme

License

Apache-2.0 license

Stars

Watchers

Forks

Packages

Contributors