Skip to content

Commit

Permalink
debugging hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
grasdk committed Oct 25, 2024
1 parent 210a0d3 commit 7c86a66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dockerfile-hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: List Docker directory contents
run: ls -R ./docker
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: |
./docker/alpine/Dockerfile.build
./docker/debian-bookworm/Dockerfile.build
./docker/debian-bullseye/Dockerfile.build
./docker/debian-buster/Dockerfile.build
./docker/debian-buster/selfcontained/Dockerfile
config: ./docker/.config/hadolint.yml

0 comments on commit 7c86a66

Please sign in to comment.