From 53e57e23d70e6e5133531e8e5a4b8be615482450 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Mon, 29 Apr 2024 14:28:06 +0200 Subject: [PATCH] f --- .github/workflows/ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b88c41..eecefa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ env: ANSICON: 1 CASTOR_CONTEXT: ci DS_REGISTRY: "ghcr.io/jolicode/docker-starter-cache" + BUILDKIT_PROGRESS: plain + DOCKER_BUILDKIT: 1 jobs: check-dockerfiles: @@ -43,16 +45,6 @@ jobs: steps: - uses: actions/checkout@v4 - # Install official version of docker that correctly supports from-cache option in docker compose - - name: Set up Docker - uses: crazy-max/ghaction-setup-docker@v3 - with: - set-host: true - - # Docker socket path is different when using setup docker - - name: Set Docker Socket Host - run: echo "DOCKER_SOCKET_PATH=${DOCKER_HOST:5}" >> $GITHUB_ENV - # Setup PHP - name: Setup PHP uses: shivammathur/setup-php@v2