From 398a0f3101bccf3b20fc8e981bb116b05b4a28fc Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 14 Feb 2024 19:48:13 +0100 Subject: [PATCH] Update current feature --- .github/workflows/e2e-common.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-common.yml b/.github/workflows/e2e-common.yml index 3a816a0f..8e9ad121 100644 --- a/.github/workflows/e2e-common.yml +++ b/.github/workflows/e2e-common.yml @@ -116,12 +116,13 @@ jobs: path: artifacts - name: Load container image inside kind run: | + . "$CIUXCONFIG" if [ -f artifacts/image.tar ]; then echo "Loading image from archive" kind load image-archive artifacts/image.tar docker exec -- kind-control-plane crictl image else - echo "Using existing image" + echo "Using existing image: $CIUX_IMAGE_URL" fi - name: Run fink-alert-simulator run: |