Rename CONTRIBUTORS to MAINTAINERS and update list to current state (… #1169
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: Build containerization | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| push: | |
| branches: | |
| - main | |
| - release/* | |
| jobs: | |
| containerization: | |
| permissions: | |
| contents: read | |
| packages: write | |
| pages: write | |
| uses: ./.github/workflows/containerization-build-template.yml | |
| secrets: inherit |