/auth/v1/token: Search using an exact REGISTRY2_HOST image location prefix first as an optimization #14327
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: Flowzone | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, closed] | |
| branches: [main, master] | |
| push: | |
| branches: [main, master] | |
| permissions: | |
| id-token: write # https://docs.npmjs.com/trusted-publishers | |
| contents: read | |
| packages: read # should we decide to publish to ghcr.io | |
| jobs: | |
| flowzone: | |
| name: Flowzone | |
| uses: product-os/flowzone/.github/workflows/flowzone.yml@master # flowzonify 0.4.0 | |
| secrets: inherit | |
| with: | |
| docker_images: balena/open-balena-api | |
| docker_runs_on: > | |
| { | |
| "linux/amd64": ["self-hosted","X64"], | |
| "linux/arm64": ["self-hosted","ARM64"] | |
| } | |
| custom_test_matrix: > | |
| { | |
| "value": [ | |
| "v6", | |
| "v7", | |
| "resin" | |
| ] | |
| } |