Skip to content

Commit

Permalink
rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git committed Jun 4, 2020
1 parent a62b399 commit 0653c8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build docker image
run: |
docker build -t makocchi/actions-k8s-manifests-validate:${{ github.sha }} .
docker build -t makocchi/actions-k8s-manifests-validate-kubeval:${{ github.sha }} .
- name: Run check
run: |
docker run -v example:/example makocchi/actions-k8s-manifests-validate:${{ github.sha }} "/example" "master" "true" "false" "true" "false" ""
docker run -v example:/example makocchi/actions-k8s-manifests-validate-kubeval:${{ github.sha }} "/example" "master" "true" "false" "true" "false" ""
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Validate Kubernetes manifests
# Validate Kubernetes manifests by kubeval

[<img src="https://github.com/makocchi-git/actions-k8s-manifests-validate/workflows/Perform checks/badge.svg"/>](https://github.com/makocchi-git/actions-k8s-manifests-validate/actions)
[<img src="https://github.com/makocchi-git/actions-k8s-manifests-validate-kubeval/workflows/Perform checks/badge.svg"/>](https://github.com/makocchi-git/actions-k8s-manifests-validate/actions)

Validate [Kubernetes](https://github.com/kubernetes/kubernetes) manifests in your repository.
This action uses [Kubeval](https://kubeval.instrumenta.dev/) for validating.
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: validate manifests in dir1 and dir2
uses: makocchi-git/actions-k8s-manifests-validate@1.0.0
uses: makocchi-git/actions-k8s-manifests-validate-kubeval@1.0.0
with:
files: dir1,dir2
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Kubernetes yaml validation"
name: "Kubernetes yaml validation by kubeval"
description: "Validate Kubernetes manifests by using Kubeval"
author: "makocchi-git"
inputs:
Expand Down

0 comments on commit 0653c8a

Please sign in to comment.