From 6ec2896ffa7d80f0035d34a704330cce1c655746 Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Tue, 14 Jan 2025 17:09:12 -0800 Subject: [PATCH] chore: update GH WF --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 554b1c5..1c7d2a2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -38,7 +38,7 @@ jobs: - name: Validate Dockerfile uses: ./actions/docker/validate with: - dockerfile: ./dockerfiles/app/Dockerfile + dockerfile: ./dockerfiles/Dockerfile - name: Build and test