We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95b5895 + 8b8b1e5 commit e08dbf3Copy full SHA for e08dbf3
.github/workflows/release-docker-image.yaml
@@ -62,9 +62,9 @@ jobs:
62
core_image_version: ${{ needs.image.outputs.image_tag }}
63
optout_image_version: ${{ inputs.optout_image_version }}
64
e2e_image_version: ${{ inputs.e2e_image_version }}
65
- branch_core: ${{ github.ref_name }}
66
- branch_optout: ${{ inputs.optout_branch }}
67
- branch_admin: ${{ inputs.admin_branch }}
+ core_branch: ${{ github.ref_name }}
+ optout_branch: ${{ inputs.optout_branch }}
+ admin_branch: ${{ inputs.admin_branch }}
68
operator_branch: ${{ inputs.operator_branch }}
69
secrets: inherit
70
0 commit comments