From 714fb26470658eb14045de3e0341acbeecf77296 Mon Sep 17 00:00:00 2001 From: Lidia Date: Wed, 10 Apr 2024 12:22:47 +0200 Subject: [PATCH 1/2] Update uffizzi-cluster.yaml --- .github/workflows/uffizzi-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi-cluster.yaml b/.github/workflows/uffizzi-cluster.yaml index 7ce2de7..1b27e7f 100644 --- a/.github/workflows/uffizzi-cluster.yaml +++ b/.github/workflows/uffizzi-cluster.yaml @@ -87,7 +87,7 @@ jobs: uses: UffizziCloud/cluster-action@main with: cluster-name: pr-${{ github.event.pull_request.number }}-e2e-helm - server: https://app.uffizzi.com + server: https://app.qa.uffizzi.com/ - name: Apply Kustomize to test the new image id: prev From a5c1171efe87884b60159004c90fb003ff54a2fe Mon Sep 17 00:00:00 2001 From: Lidia Date: Wed, 10 Apr 2024 13:45:29 +0200 Subject: [PATCH 2/2] Update uffizzi-cluster.yaml --- .github/workflows/uffizzi-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi-cluster.yaml b/.github/workflows/uffizzi-cluster.yaml index 1b27e7f..b982f53 100644 --- a/.github/workflows/uffizzi-cluster.yaml +++ b/.github/workflows/uffizzi-cluster.yaml @@ -39,7 +39,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - context: ./ + context: ./src/ cache-from: type=gha cache-to: type=gha,mode=max