From 1a9bc56bad649f36d0f9ca2dc437e9f51695bf30 Mon Sep 17 00:00:00 2001 From: Kubeshop <174873053+ed382@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:02:27 +0200 Subject: [PATCH] fix: path of image check script --- .github/workflows/lint-images.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-images.yaml b/.github/workflows/lint-images.yaml index a5614d9fc..ef8ecd0b4 100644 --- a/.github/workflows/lint-images.yaml +++ b/.github/workflows/lint-images.yaml @@ -16,4 +16,6 @@ jobs: uses: actions/checkout@v3 - name: Run image check script - run: bash scripts/image_check.sh + run: bash ./image_check.sh + working-directory: ./scripts +