diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 0bae556a8..db939eb56 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1759,6 +1759,7 @@ jobs: *.cache-to=type=gha,mode=min,scope=${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.platform }} *.cache-from=type=gha,scope=${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.platform }} load: true + provenance: false - name: Run docker compose tests if: needs.is_docker.outputs.docker_compose_tests == 'true' run: | diff --git a/flowzone.yml b/flowzone.yml index ccbf1ca2c..433afadf9 100644 --- a/flowzone.yml +++ b/flowzone.yml @@ -1989,6 +1989,7 @@ jobs: *.cache-to=type=gha,mode=min,scope=${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.platform }} *.cache-from=type=gha,scope=${{ github.head_ref }}-${{ matrix.target }}-${{ matrix.platform }} load: true + provenance: false # run docker compose tests and print the logs from all services - name: Run docker compose tests