From 70387a94ad3441b7b66f07bf0017d093f71088ca Mon Sep 17 00:00:00 2001 From: Alex Getman <216438466+alexgetmancom@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:16:55 +0300 Subject: [PATCH] fix Docker CI without runtime secrets --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f1e68..9dd78ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: uses: actions/checkout@v4 - name: Build image - run: docker compose build + run: docker build -f Dockerfile.bun .