Skip to content

Commit 8fcf964

Browse files
committed
ci(integrations): override tag version from client payload
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
1 parent 05ee4d1 commit 8fcf964

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-integrations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
uses: ./.github/actions/deploy-components
7474
with:
7575
deploy-gateway: 'true'
76+
gateway-image-tag: ${{ github.event.client_payload.gateway-image-tag }}
7677

7778
- name: Run simple gateway tests
7879
env:
@@ -122,6 +123,7 @@ jobs:
122123
uses: ./.github/actions/deploy-components
123124
with:
124125
deploy-directory: 'true'
126+
directory-image-tag: ${{ github.event.client_payload.directory-image-tag }}
125127

126128
- name: Run agent build tests
127129
run: task integrations:directory:test

0 commit comments

Comments
 (0)