Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Apr 29, 2024
1 parent b1a7e82 commit 53e57e2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 53e57e2

Please sign in to comment.