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