Skip to content

Commit 36c3294

Browse files
committed
Prepare to disable the hadolint no-fail workaround, which should only make
a difference until we have cleaned up Dockerfiles enough to have nothing worse than warnings reported.
1 parent 9f8142f commit 36c3294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
dockerfile: Dockerfile.${{ matrix.container_os }}
5353
failure-threshold: error
5454
output-file: hadolint_Dockerfile.${{ matrix.container_os }}.out
55-
# TODO: disable next once we have lint succeeding
56-
no-fail: true
55+
# NOTE: disabled next now we have cleaned enough to stop lint errors
56+
#no-fail: true
5757
- name: Print Hadolint results
5858
run: |
5959
echo '================================================'

0 commit comments

Comments
 (0)