Fix bug with transitioning proxy target domain. #608
Workflow file for this run
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/[email protected] | |
| with: | |
| image-name: network-services-operator | |
| secrets: inherit | |
| publish-kustomize-bundles: | |
| permissions: | |
| id-token: write | |
| contents: read | |
| packages: write | |
| uses: datum-cloud/actions/.github/workflows/[email protected] | |
| with: | |
| bundle-name: ghcr.io/datum-cloud/network-services-operator-kustomize | |
| bundle-path: config | |
| secrets: inherit |