Skip to content

Commit 45f12be

Browse files
committed
feat: change hadolint package name
1 parent 634306d commit 45f12be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
GH_REPO: hadolint/hadolint
109109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110110
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
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
114114
115115
- name: Run hadolint
116116
if: steps.check_dockerfile.outputs.files_exists == 'true'

0 commit comments

Comments
 (0)