From 81c6ff2cfe741cf5e462608b5bcca7841e4e929d Mon Sep 17 00:00:00 2001 From: streamer45 Date: Fri, 23 Feb 2024 10:22:54 -0600 Subject: [PATCH] Fix build in tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3d9fe0..71bfaa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Build image run: | eval $(minikube -p minikube docker-env) && \ - make docker-build && \ + make docker-build CI=false && \ echo "docker_image=$(docker images --format '{{.Repository}}:{{.Tag}}' | head -n 1)" >> "$GITHUB_ENV" working-directory: ${{ github.workspace }}/${{ github.repository }} - name: Create pod