We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634306d commit 45f12beCopy full SHA for 45f12be
1 file changed
.github/workflows/test.yml
@@ -108,9 +108,9 @@ jobs:
108
GH_REPO: hadolint/hadolint
109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110
run: |
111
- gh release download --pattern "*Linux-x86_64" --dir /tmp
112
- chmod +x /tmp/hadolint-Linux-x86_64
113
- mv /tmp/hadolint-Linux-x86_64 /usr/local/bin/hadolint
+ gh release download --pattern "*linux-x86_64" --dir /tmp
+ chmod +x /tmp/hadolint-linux-x86_64
+ mv /tmp/hadolint-linux-x86_64 /usr/local/bin/hadolint
114
115
- name: Run hadolint
116
if: steps.check_dockerfile.outputs.files_exists == 'true'
0 commit comments