Bump hadolint 2.2.0 for real this time
This commit is contained in:
parent
88950750dc
commit
92dda0c0d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
sudo curl -L https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-$(uname -s)-$(uname -m) -o /usr/local/bin/hadolint
|
sudo curl -L https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-$(uname -s)-$(uname -m) -o /usr/local/bin/hadolint
|
||||||
sudo chmod 755 /usr/local/bin/hadolint
|
sudo chmod 755 /usr/local/bin/hadolint
|
||||||
env:
|
env:
|
||||||
HADOLINT_VERSION: 2.0.0
|
HADOLINT_VERSION: 2.2.0
|
||||||
|
|
||||||
- name: Run hadolint.
|
- name: Run hadolint.
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue