Skip to content

Commit

Permalink
turn off buildkit
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent 52b3891 commit e0f7df6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Ruby

# Enable Buildkit and let compose use it to speed up image building
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1

on: [push]

jobs:
Expand All @@ -23,7 +18,7 @@ jobs:
run: "docker compose build"

- name: Start dependencies
run: "docker compose up -d --no-deps db redis"
run: "doct ker compose up -d --no-deps db redis"

- name: Run all tests
run: "docker compose run --no-deps app -- ./ci.sh"
Expand Down

0 comments on commit e0f7df6

Please sign in to comment.