From 197d31fb678896e235c8d1f11b517bc7ff0fd860 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 16 Mar 2023 12:42:57 -0300 Subject: [PATCH] [CI/CD] Fixed path to build scripts --- .github/workflows/dev_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_images.yml b/.github/workflows/dev_images.yml index 14da72dc..9008567e 100644 --- a/.github/workflows/dev_images.yml +++ b/.github/workflows/dev_images.yml @@ -38,5 +38,5 @@ jobs: - name: Build and push Docker image run: | - cd kibot/tools/${{ matrix.ki_release }} + cd tools/${{ matrix.ki_release }} ./build.sh