chore(ci): Change base image for Concrete C API to Concrete compiler C API

This commit is contained in:
Quentin Bourgerie
2022-02-15 15:23:17 +01:00
parent 9627864d23
commit e0bff49dad
6 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
run: |
./.github/workflows/scripts/container_timestamp_check.sh \
--base_img_url \
https://api.github.com/orgs/zama-ai/packages/container/concrete-api-env/versions \
https://api.github.com/orgs/zama-ai/packages/container/concrete-compiler-api-env/versions \
--env_img_url \
https://api.github.com/orgs/zama-ai/packages/container/concretelang-compiler/versions \
--token ${{ secrets.GH_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
registry: ghcr.io
image: ghcr.io/zama-ai/concrete-api-env:latest
image: ghcr.io/zama-ai/concrete-compiler-api-env:latest
username: ${{ secrets.GHCR_LOGIN }}
password: ${{ secrets.GHCR_PASSWORD }}
options: -v ${{ github.workspace }}:/workspace