Log the graceful-stop error instead of silently discarding it in grac… #460
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: container project - merge build | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - release/* | |
| jobs: | |
| build: | |
| name: Invoke build | |
| uses: ./.github/workflows/common.yml | |
| with: | |
| release: true | |
| secrets: inherit | |
| permissions: | |
| contents: read | |
| packages: read | |
| pages: write |