COMPOSE _PROFILES=0
Some checks failed
Publish Website / publish (push) Failing after 22s

This commit is contained in:
Akshay
2025-07-23 01:49:08 -04:00
parent 31d3aab1f5
commit 94eadf3bb6

View File

@@ -65,7 +65,7 @@ jobs:
- name: Stop existing stack (ignore if none) - name: Stop existing stack (ignore if none)
shell: bash shell: bash
env: env:
DOCKER_BUILDKIT: 0 COMPOSE_PROFILES=*
run: | run: |
cd ./website cd ./website
docker compose down --remove-orphans || true docker compose down --remove-orphans || true