From 6523b21f2f6bb2f8aff62c6c8eb5e6db9292b923 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:12:28 +0100 Subject: [PATCH] Update lint-checks.yaml --- .github/workflows/lint-checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-checks.yaml b/.github/workflows/lint-checks.yaml index 91cce16b4..6cadc9bdc 100644 --- a/.github/workflows/lint-checks.yaml +++ b/.github/workflows/lint-checks.yaml @@ -7,6 +7,8 @@ on: jobs: hadolint: + runs-on: ubuntu-latest + container: ghcr.io/hadolint/hadolint:latest-alpine steps: - uses: actions/checkout@v2 - uses: hadolint/hadolint-action@v1.6.0