There was an error while loading. Please reload this page.
1 parent fbe2166 commit f7d6e86Copy full SHA for f7d6e86
.github/workflows/template-build.yml
@@ -57,7 +57,7 @@ jobs:
57
echo "dockerfile=${{ inputs.directory }}/Dockerfile" >> "$GITHUB_OUTPUT"
58
59
- name: Lint the Dockerfile
60
- uses: hadolint/hadolint-action@v3.1.0
+ uses: hadolint/hadolint-action@v3.2.0
61
with:
62
dockerfile: ${{ steps.meta.outputs.dockerfile }}
63
0 commit comments