From f69df2c68e1a515d7e6024a0cdd26b0b8df7f45b Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Tue, 15 Feb 2022 17:04:13 +0100 Subject: [PATCH] chore(ci): Build from the bufferized-env-base docker image to have the new bufferized c api --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f2bfe5779..b17863526 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,9 +10,9 @@ on: # DOCKER_IMAGE variables aren't used in BuildAndPushDockerImages because of https://github.com/actions/runner/issues/480 env: - DOCKER_IMAGE_TEST: ghcr.io/zama-ai/concrete-compiler - DOCKER_IMAGE_TEST_GCC7: ghcr.io/zama-ai/concrete-compiler-gcc7 - DOCKER_IMAGE_TEST_DF: ghcr.io/zama-ai/concrete-compiler-df + DOCKER_IMAGE_TEST: ghcr.io/zama-ai/concrete-compiler:bufferized-env-base + DOCKER_IMAGE_TEST_GCC7: ghcr.io/zama-ai/concrete-compiler-gcc7:bufferized-env-base + DOCKER_IMAGE_TEST_DF: ghcr.io/zama-ai/concrete-compiler-df:bufferized-env-base jobs: ########################