Skip to content

Commit 691f627

Browse files
committed
dec-18 lint docker file
1 parent 1cb0bc8 commit 691f627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout Code
1818
uses: actions/checkout@v3
1919
- name: Install hadolint
20-
runs: |
20+
run: |
2121
sudo wget -O /usr/local/bin/hadolint \
2222
https://github.com/hadolint/hadolint/releases/latest/download/hadolint-Linux-x86_64
2323
sudo chmod +x /usr/local/bin/hadolint

0 commit comments

Comments
 (0)