From 00f17a20ad0e90330248aff1641f439413edb6ae Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Thu, 11 Apr 2024 10:09:23 -0400 Subject: [PATCH] ammend CI to use specific kubernetes versions Signed-off-by: Alexandre Lamarre --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0bfbed2..84723758 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,8 @@ jobs: steps: - name : Checkout repository uses : actions/checkout@v4 + - name : Setup environment variables + run : echo "K8S_VERSION_FROM_CI=${{ matrix.K8S_VERSION_FROM_CI }}" >> $GITHUB_ENV - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name : CI