diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index b8b6b0e..02a1e08 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -38,6 +38,10 @@ jobs: workdir: hadolint push: ${{ github.event_name != 'pull_request' }} + - name: List targets + id: foo + uses: docker/bake-action/subaction/list-targets@v4 + - name: Update Docker Hub Description if: github.event_name != 'pull_request' uses: peter-evans/dockerhub-description@v3 diff --git a/hadolint/README.md b/hadolint/README.md index 5c83374..1af0ce6 100644 --- a/hadolint/README.md +++ b/hadolint/README.md @@ -1,4 +1,4 @@ -# hadolint +# hadolint Hadolint is a linter for Containerfiles/Dockerfiles. It helps you build [best practice](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/) container images.