Skip to content

Commit

Permalink
ci: simplify Hadolint config
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 23, 2023
1 parent 8a28b07 commit 3cb6038
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cb6038

Please sign in to comment.