Skip to content

Commit

Permalink
[RELEASE] Release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Aug 4, 2022
1 parent a8c75f2 commit 6907103
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install CEKit
uses: cekit/[email protected].3
uses: cekit/[email protected].4
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
```
Expand All @@ -34,7 +34,7 @@ steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install CEKit
uses: cekit/[email protected].3
uses: cekit/[email protected].4
- name: Build CEKit image
run: cekit --descriptor path-to-descriptior.yaml build
with:
Expand All @@ -52,4 +52,4 @@ The scripts and documentation in this project are released under the [Apache 2.0
- Update `README.md` with new version
- Commit `[RELEASE] Release vX.Y.Z`
- Tag+push `vX.Y.Z`
- Create GitHub release for tag
- Create GitHub release for tag
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-setup-cekit",
"version": "1.1.3",
"version": "1.1.4",
"description": "Setup your GitHub Actions workflow with Container Evolution Kit (CEKit)",
"main": "src/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"Container",
"Image"
],
"author": "Marc Nuri <[email protected]> (http://blog.marcnuri.com)",
"author": "Marc Nuri <[email protected]> (https://blog.marcnuri.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cekit/actions-setup-cekit/issues"
Expand Down

0 comments on commit 6907103

Please sign in to comment.