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.
1 parent 05ee4d1 commit 8fcf964Copy full SHA for 8fcf964
.github/workflows/test-integrations.yaml
@@ -73,6 +73,7 @@ jobs:
73
uses: ./.github/actions/deploy-components
74
with:
75
deploy-gateway: 'true'
76
+ gateway-image-tag: ${{ github.event.client_payload.gateway-image-tag }}
77
78
- name: Run simple gateway tests
79
env:
@@ -122,6 +123,7 @@ jobs:
122
123
124
125
deploy-directory: 'true'
126
+ directory-image-tag: ${{ github.event.client_payload.directory-image-tag }}
127
128
- name: Run agent build tests
129
run: task integrations:directory:test
0 commit comments