update README

This commit is contained in:
2024-11-20 21:31:35 +01:00
parent aa151b6a64
commit 1a604d3e14

View File

@@ -1,6 +1,9 @@
# kustomize-github-action # kustomize-github-action
Kustomize GitHub Actions allow you to execute Kustomize Build command within GitHub Actions. Kustomize GitHub Actions allow you to execute Kustomize Build command within GitHub Actions.
This is a fork of https://github.com/karancode/kustomize-github-action
Adapted to run on amd64 and arm64 platforms.
The output of the actions can be viewed from the Actions tab in the main repository view. If the actions are executed on a pull request event, a comment may be posted on the pull request. The output of the actions can be viewed from the Actions tab in the main repository view. If the actions are executed on a pull request event, a comment may be posted on the pull request.
Kustomize GitHub Actions is a single GitHub Action that can be executed on different overlays directories depending on the content of the GitHub Actions YAML file. Kustomize GitHub Actions is a single GitHub Action that can be executed on different overlays directories depending on the content of the GitHub Actions YAML file.