From da9671089c1321d28fb363910f4911928218209f Mon Sep 17 00:00:00 2001 From: Xin Ruan Date: Thu, 10 Oct 2024 16:06:32 +0200 Subject: [PATCH] decouple build image from e2e test --- .github/workflows/build-image.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 4579201a30..4f1dae7818 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -38,9 +38,6 @@ jobs: echo 'TAGS' } >> "$GITHUB_OUTPUT" fi - - name: Echo the tag - run: | - printf "%s\n" "${{ steps.get_tag.outputs.tag }}" build-image: needs: compute-tag uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main