We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199c7d7 commit 3056f48Copy full SHA for 3056f48
.github/workflows/ci.yml
@@ -10,4 +10,4 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Build the stack
13
- run: docker compose up --quiet-pull --no-color --remove-orphans --abort-on-container-failure --exit-code-from seed
+ run: DOCKER_BUILDKIT=1 docker compose up --quiet-pull --no-color --remove-orphans --exit-code-from seed
0 commit comments