Skip to content

Repository files navigation

build-test

Description

Install any kustomize version as a step in your workflow

Options

Every argument is optional.

InputDescription
github-tokenPAT (Personal Access Token) for authorizing the repository.
Defaults to ${{ github.token }}
kustomize-versionSemver of kustomize to use. Examples: 10.x, 10.15.1, >=10.15.0
Defaults to *
fail-fastWhen github rate limits us, fail immediately or retry after the timeout that github wishes from us?
Note: When this is set to false, a github workflow might accrue a long (and possibly expensive) runtime.
Defaults to true

Usage

on:
push:
branches:
- masterjobs:
create-deployment-branch:
runs-on: ubuntu-latestneeds:
- publish-imagesteps:
- uses: imranismail/setup-kustomize@v2
- run: | kustomize edit set image app:${GITHUB_SHA} git add . git commit -m "Set `app` image tag to `${GITHUB_SHA}`" git push

About

Fork with fixed kustomize path

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages