Using docker's classic builder, there seems to be a bug in the new one
Some checks failed
Publish Website / publish (push) Failing after 4s

This commit is contained in:
Akshay
2025-07-23 01:41:49 -04:00
parent 65145f07d1
commit 0ace46646e

View File

@@ -61,6 +61,8 @@ jobs:
# ------------------------------------------------------------
- name: Stop existing stack (ignore if none)
shell: bash
env:
DOCKER_BUILDKIT: 0
run: |
cd ./website
docker compose down --remove-orphans || true