diff --git a/.github/workflows/lint-docker.yml b/.github/workflows/lint-docker.yml index 50bd86f..3767e01 100644 --- a/.github/workflows/lint-docker.yml +++ b/.github/workflows/lint-docker.yml @@ -14,8 +14,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - uses: hadolint/hadolint-action@v2.1.0 + - name: Lint Dockerfile + uses: hadolint/hadolint-action@v2.0.0 with: dockerfile: Dockerfile - no-color: true - verbose: true