Setup CEKit (Container Evolution Kit)
ActionsThis action setups your GitHub Actions workflow with Container Evolution Kit (CEKit)
v1.1.7
LatestBy cekit
Tags
(2)Setup your GitHub Actions workflow with Container Evolution Kit (CEKit).
Currently only Linux/Ubuntu CI environment is supported.
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/[email protected]
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build| Parameter | Description |
|---|---|
version |
CEKit version to install |
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install CEKit
uses: cekit/[email protected]
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
with:
version: 4.13.0The scripts and documentation in this project are released under the Apache 2.0 License.
- Set new version in
package.json - Run:
npm install --only=prod - Update
README.mdwith new version - Commit
[RELEASE] Release vX.Y.Z - Tag+push
vX.Y.Z - Create GitHub release for tag
Setup CEKit (Container Evolution Kit) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.