mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore(ci): Reuse the latest docker image since the bufferized API is now on latest image
This commit is contained in:
6
.github/workflows/continuous-integration.yml
vendored
6
.github/workflows/continuous-integration.yml
vendored
@@ -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: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
|
||||
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
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
||||
Reference in New Issue
Block a user