-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alessandro De Maria
committed
Apr 30, 2020
1 parent
f11291b
commit 1e77194
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Kapitan compile action | ||
|
||
Compiles all targets | ||
|
||
## Inputs | ||
|
||
N/A | ||
|
||
## Outputs | ||
|
||
N/A | ||
|
||
## Example usage | ||
|
||
uses: actions/kapitan-compile-action@v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# action.yml | ||
name: 'kapitan' | ||
description: 'kapitan compile action for github' | ||
runs: | ||
using: 'docker' | ||
image: 'docker://deepmind/kapitan:ci' | ||
branding: | ||
icon: life-buoy | ||
color: red |