diff --git a/.env.llm_orchestration_service b/.env.llm_orchestration_service index 2de68eb..9f4a93d 100644 --- a/.env.llm_orchestration_service +++ b/.env.llm_orchestration_service @@ -1,4 +1,4 @@ RELEASE=orchestration VERSION=1 BUILD=1 -FIX=7 +FIX=8 diff --git a/.github/workflows/ci-build-image-llm-orchestration-service.yml b/.github/workflows/ci-build-image-llm-orchestration-service.yml index 77cf95c..349a2d7 100644 --- a/.github/workflows/ci-build-image-llm-orchestration-service.yml +++ b/.github/workflows/ci-build-image-llm-orchestration-service.yml @@ -33,7 +33,7 @@ jobs: echo "$GITHUB_ENV" - name: Docker Build run: | - docker image build --tag $DOCKER_TAG_CUSTOM -f Dockerfile.llm_orchestration_service . + docker image build --tag $DOCKER_TAG_CUSTOM -f Dockerfile.llm_orchestration_service --no-cache . - name: Log in to GitHub container registry run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin