From 47552830b1b1585fe84b1c5cf37f9b0e72a214da Mon Sep 17 00:00:00 2001 From: fsantiago Date: Mon, 5 May 2025 18:57:39 +0200 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20=F0=9F=A7=AA=20add=20t?= =?UTF-8?q?emporary=20integration=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-bundles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bundles.yml b/.github/workflows/build-bundles.yml index efe2c505ed..4764a19675 100644 --- a/.github/workflows/build-bundles.yml +++ b/.github/workflows/build-bundles.yml @@ -24,7 +24,7 @@ jobs: --build-arg EXTERNAL_UID=1000 \ --build-arg EXTERNAL_GID=1000 \ -t penpotapp/penpot-ci-builder:latest \ - -f Dockerfile \ + -f docker/devenv/Dockerfile \ docker/devenv - name: Run manage.sh build-bundle from host