diff --git a/.github/workflows/release-docker-image.yaml b/.github/workflows/release-docker-image.yaml index ce29a76..24c12f7 100644 --- a/.github/workflows/release-docker-image.yaml +++ b/.github/workflows/release-docker-image.yaml @@ -62,9 +62,9 @@ jobs: core_image_version: ${{ inputs.core_image_version }} optout_image_version: ${{ needs.image.outputs.image_tag }} e2e_image_version: ${{ inputs.e2e_image_version }} - core_branch: ${{ inputs.core_branch }} - optout_branch: ${{ github.ref }} - admin_branch: ${{ inputs.admin_branch }} + branch_core: ${{ inputs.core_branch }} + branch_optout: ${{ github.ref }} + branch_admin: ${{ inputs.admin_branch }} operator_branch: ${{ inputs.operator_branch }} secrets: inherit \ No newline at end of file