Skip to content

Commit

Permalink
Add kapitan compile action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro De Maria committed Apr 30, 2020
1 parent f11291b commit 1e77194
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
15 changes: 15 additions & 0 deletions kapitan-compile-action/README.md
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
9 changes: 9 additions & 0 deletions kapitan-compile-action/action.yml
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

0 comments on commit 1e77194

Please sign in to comment.