From 597a98d63b531f9a3c822d0c6649e7ce35da3baf Mon Sep 17 00:00:00 2001 From: vlaszdunov Date: Sun, 2 Jun 2024 14:38:30 +0300 Subject: [PATCH] update workflow --- .github/workflows/Publisher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Publisher.yml b/.github/workflows/Publisher.yml index e63ddaf..c11efc4 100644 --- a/.github/workflows/Publisher.yml +++ b/.github/workflows/Publisher.yml @@ -38,7 +38,7 @@ jobs: run: pip install -r requirements.txt - name: Create Dockerfiles of Python Images - run: python /src/parse.py + run: python ./src/parse.py matrix_input: needs: Setup-Dckerfiles