fix: aggregate status to use consistent condition msg and reason if not programmed #298
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: Publish Docker Image | |
| on: | |
| # Trigger on push | |
| push: | |
| # Trigger on all pull requests | |
| pull_request: | |
| # Trigger when a release is published | |
| release: | |
| types: ['published'] | |
| jobs: | |
| publish-container-image: | |
| permissions: | |
| id-token: write | |
| contents: read | |
| packages: write | |
| attestations: write | |
| uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.5.1 | |
| with: | |
| image-name: dns-operator | |
| secrets: inherit | |
| publish-kustomize-bundles: | |
| permissions: | |
| id-token: write | |
| contents: read | |
| packages: write | |
| uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.5.1 | |
| with: | |
| bundle-name: ghcr.io/datum-cloud/dns-operator-kustomize | |
| bundle-path: config | |
| secrets: inherit |