chore(deps): update dependency helm/helm to v4.2.4 #245
This file contains hidden or 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: PullRequest v4 | |
| on: | |
| push: | |
| paths: | |
| - .github/workflows/pr-v4.yaml | |
| - .gpg/** | |
| - Dockerfile.v4 | |
| pull_request: | |
| paths: | |
| - .github/workflows/pr-v4.yaml | |
| - .gpg/** | |
| - Dockerfile.v4 | |
| jobs: | |
| docker: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - name: Build docker image | |
| run: make docker-build-v4 |