We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e87fd8 + 9a54fdc commit 52c9bbcCopy full SHA for 52c9bbc
.github/workflows/release-docker-image.yaml
@@ -62,9 +62,9 @@ jobs:
62
core_image_version: ${{ inputs.core_image_version }}
63
optout_image_version: ${{ needs.image.outputs.image_tag }}
64
e2e_image_version: ${{ inputs.e2e_image_version }}
65
- branch_core: ${{ inputs.core_branch }}
66
- branch_optout: ${{ github.ref }}
67
- branch_admin: ${{ inputs.admin_branch }}
+ core_branch: ${{ inputs.core_branch }}
+ optout_branch: ${{ github.ref }}
+ admin_branch: ${{ inputs.admin_branch }}
68
operator_branch: ${{ inputs.operator_branch }}
69
secrets: inherit
70
0 commit comments