Skip to content

Commit e08dbf3

Browse files
authored
Merge pull request #269 from IABTechLab/gdm-UID2-5040-e2e
Fixed e2e pipeline args
2 parents 95b5895 + 8b8b1e5 commit e08dbf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-docker-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
core_image_version: ${{ needs.image.outputs.image_tag }}
6363
optout_image_version: ${{ inputs.optout_image_version }}
6464
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 }}
65+
core_branch: ${{ github.ref_name }}
66+
optout_branch: ${{ inputs.optout_branch }}
67+
admin_branch: ${{ inputs.admin_branch }}
6868
operator_branch: ${{ inputs.operator_branch }}
6969
secrets: inherit
7070

0 commit comments

Comments
 (0)