Bump hadolint 2.2.0 for real this time

This commit is contained in:
Amin Vakil 2021-04-19 17:26:59 +04:30
parent 88950750dc
commit 92dda0c0d1
No known key found for this signature in database
GPG key ID: 1EFC1864E9D9E56B

View file

@ -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 chmod 755 /usr/local/bin/hadolint
env:
HADOLINT_VERSION: 2.0.0
HADOLINT_VERSION: 2.2.0
- name: Run hadolint.
run: |