Skip to content

Commit 83639e3

Browse files
committed
also build the other images
1 parent 0acfd1c commit 83639e3

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/skupper-integration-tests

1 file changed

+2
-0
lines changed

.github/actions/skupper-integration-tests/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ runs:
9494
working-directory: skupper
9595
env:
9696
SERVICE_CONTROLLER_IMAGE: 'localhost:32000/skupper-service-controller:registry'
97+
SITE_CONTROLLER_IMAGE: 'localhost:32000/skupper-site-controller:registry'
9798
CONFIG_SYNC_IMAGE: 'localhost:32000/skupper-config-sync:registry'
9899

99100
- name: Run Skupper integration tests
@@ -107,6 +108,7 @@ runs:
107108
QDROUTERD_IMAGE: 'localhost:32000/skupper-router:registry'
108109
SKUPPER_SERVICE_CONTROLLER_IMAGE: 'localhost:32000/skupper-service-controller:registry'
109110
SKUPPER_CONFIG_SYNC_IMAGE: 'localhost:32000/skupper-config-sync:registry'
111+
SKUPPER_SITE_CONTROLLER_IMAGE: 'localhost:32000/skupper-site-controller:registry'
110112

111113
- name: Dump microk8s log (apiserver)
112114
if: "${{ always() }}"

0 commit comments

Comments
 (0)