patch(deps): update rancher/helm-controller docker tag to v0.16.2 #34
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
--- | |
name: dist | |
'on': | |
push: | |
branches: | |
- master | |
jobs: | |
dist: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v4 | |
- name: Build manifest | |
uses: actionhippie/kustomize@v2 | |
with: | |
version: 4.4.0 | |
target: dist/manifest.yml | |
- name: Commit changes | |
uses: EndBug/add-and-commit@v9 | |
with: | |
author_name: GitHub Actions | |
author_email: [email protected] | |
add: dist/manifest.yml | |
message: automated dist update [skip ci] | |
push: true | |
commit: --signoff | |
... |