diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d63694b..8571745 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,7 +54,7 @@ jobs: - name: CMS Build and push docker image uses: docker/build-push-action@v3 with: - context: cms + context: . file: cms/docker/Dockerfile cache-from: type=gha cache-to: type=gha,mode=max