From 59697d281ed0a118767e974b0a7b2f7abe605222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20J=C3=A1ky?= Date: Thu, 8 Feb 2024 17:51:17 +0100 Subject: [PATCH] ci: small fixes for e2e testing GHA workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: András Jáky --- .github/workflows/reusable-end-to-end-testing.yml | 1 + .github/workflows/reusable-image-names.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-end-to-end-testing.yml b/.github/workflows/reusable-end-to-end-testing.yml index 2253c1b37f..b475bf0b0d 100644 --- a/.github/workflows/reusable-end-to-end-testing.yml +++ b/.github/workflows/reusable-end-to-end-testing.yml @@ -52,5 +52,6 @@ jobs: VMCLARITY_E2E_UI_IMAGE: ${{ format('{0}:{1}', needs.images.outputs.ui-image, inputs.image_tag) }} VMCLARITY_E2E_UIBACKEND_IMAGE: ${{ format('{0}:{1}', needs.images.outputs.ui-backend-image, inputs.image_tag) }} VMCLARITY_E2E_SCANNER_IMAGE: ${{ format('{0}:{1}', needs.images.outputs.cli-image, inputs.image_tag) }} + VMCLARITY_E2E_CR_DISCOVERY_SERVER_IMAGE: ${{ format('{0}:{1}', needs.images.outputs.cr-discovery-server-image, inputs.image_tag) }} run: | make e2e diff --git a/.github/workflows/reusable-image-names.yml b/.github/workflows/reusable-image-names.yml index 00647fcf4c..e19ac06af8 100644 --- a/.github/workflows/reusable-image-names.yml +++ b/.github/workflows/reusable-image-names.yml @@ -54,8 +54,8 @@ jobs: # Remove trailing slash characters(s) # shellcheck disable=SC2001 registry="$(sed -e 's@/*$@@' <<< ${{ inputs.registry_name }})" - - # Set image nam suffix + + # Set image name suffix suffix=-dev if [ "${{ inputs.use_release_repository }}" == "true" ]; then suffix=