diff --git a/.github/workflows/common-docker.yml b/.github/workflows/common-docker.yml index 0e85e8cb..5a0ded35 100644 --- a/.github/workflows/common-docker.yml +++ b/.github/workflows/common-docker.yml @@ -137,6 +137,7 @@ jobs: file: ${{ inputs.working-directory }}/${{ inputs.docker-file }} push: false pull: false + load: true tags: ghcr.io/zama-ai/${{ inputs.image-name }}:${{env.DOCKER_TAG_IMAGE }},ghcr.io/zama-ai/${{ inputs.image-name }}:latest cache-from: ${{ inputs.cache-from }} cache-to: ${{ inputs.cache-to }}