Skip to content

Commit

Permalink
Twiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 18, 2023
1 parent 1e5c7b6 commit d545ac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hadolint/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit d545ac8

Please sign in to comment.