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 83639e3 commit 0292f83Copy full SHA for 0292f83
.github/actions/skupper-integration-tests/action.yml
@@ -93,6 +93,9 @@ runs:
93
shell: bash
94
working-directory: skupper
95
env:
96
+ # not used, so far; but have to build somewhere we have perms to push
97
+ TEST_IMAGE: 'localhost:32000/skupper-test:registry'
98
+
99
SERVICE_CONTROLLER_IMAGE: 'localhost:32000/skupper-service-controller:registry'
100
SITE_CONTROLLER_IMAGE: 'localhost:32000/skupper-site-controller:registry'
101
CONFIG_SYNC_IMAGE: 'localhost:32000/skupper-config-sync:registry'
0 commit comments