From 3cb60386266c14eee2402eac53d2e68f0765339a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 23 May 2023 12:00:03 +0200 Subject: [PATCH] ci: simplify Hadolint config --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96cd23840..8aa929954 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Lint Dockerfile - uses: hadolint/hadolint-action@master + uses: hadolint/hadolint-action@v3.1 with: - dockerfile: Dockerfile - ignore: DL3007,DL3018 # Ignore using latest on mlocati/php-extension-installer & version in apk add + ignore: DL3007,DL3018 # Ignore using latest on mlocati/php-extension-installer and version in apk add build: name: Docker build runs-on: ubuntu-latest