From 39df5bd53d6d5cf751ce01dc866f00f7fde07c61 Mon Sep 17 00:00:00 2001 From: balint Date: Sun, 5 Apr 2026 09:56:51 +0200 Subject: [PATCH] fix e2e on main --- .github/workflows/ci.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7abf5d7..31138d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,11 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + workflow_dispatch: + inputs: + backend_image: + description: 'Backend image to use in E2E tests (optional, default: ghcr.io/morbalint/kemkas-backend:b8565f8e)' + required: false jobs: ci-fe: @@ -45,7 +50,7 @@ jobs: attestations: write id-token: write outputs: - image_tag: ${{ steps.image-tag.outputs.image_tag }} + image_sha_tag: ${{ steps.image-tag.outputs.image_sha_tag }} steps: - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3 @@ -66,7 +71,7 @@ jobs: tags+=$'\n'"${image_repo}:latest" fi - echo "image_tag=${sha_tag}" >> "$GITHUB_OUTPUT" + echo "image_sha_tag=${sha_tag}" >> "$GITHUB_OUTPUT" { echo "tags<> "$GITHUB_OUTPUT" + echo "image_sha_tag=${sha_tag}" >> "$GITHUB_OUTPUT" { echo "tags<