From 1733fa428a14a687c7073968b4914f4772af2205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 26 Feb 2020 22:54:28 +0100 Subject: [PATCH] fixed path --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2cbfdae..991fa09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - name: lint zammad dockerfile uses: brpaz/hadolint-action@master with: - dockerfile: zammad/Dockerfile + dockerfile: containers/zammad/Dockerfile install-docker-compose: timeout-minutes: 30