Merge pull request #287 from 13bscsaamjad/sec-eng-mnt-path-opt #76
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: push | ||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - master | ||
| tags: | ||
| - v* | ||
| jobs: | ||
| shared-operator-workflow: | ||
|
Check failure on line 11 in .github/workflows/push.yaml
|
||
| name: shared-operator-workflow | ||
| uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@ce4bb7157ddfc909d0d4d1d4458a58fe40b2e122 # v1.1.1 | ||
| secrets: | ||
| COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }} | ||
| REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }} | ||
| REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} | ||
| with: | ||
| PR_ACTOR: "raffaele.spazzoli@gmail.com" | ||
| RUN_UNIT_TESTS: true | ||
| RUN_INTEGRATION_TESTS: true | ||
| RUN_HELMCHART_TEST: true | ||
| GO_VERSION: ~1.22 | ||
| OPERATOR_SDK_VERSION: v1.31.0 | ||