From 0be2dc66649bd25cb86796e6db933c18bb323cae Mon Sep 17 00:00:00 2001 From: Alex Lubbock Date: Tue, 15 Oct 2024 13:22:16 +0100 Subject: [PATCH] fix: ci build of test env --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9e27bc..380799e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,8 @@ jobs: with: context: ${{ matrix.component }} target: dev + build-args: | + PIPENV_SYNC_FLAGS=--dev platforms: linux/amd64 load: true tags: antigen-app-dev-${{ matrix.component }}:latest