Skip to content

Commit 0b6b0c6

Browse files
Merge pull request #34 from datavisyn/new_deployment_fix_show_lint_errors
prevent omitting 'show dockerfile lint error' step
2 parents 63b60ad + 6ee03e1 commit 0b6b0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
config: .github/linters/.hadolint.yaml
7272
recursive: true
7373
- name: show dockerfile lint error
74-
if: ${{ steps.lint-docker.outcome == 'failure' }}
74+
if: ${{ failure() && steps.lint-docker.outcome == 'failure' }}
7575
run: |
7676
echo ${{ steps.lint-docker.outcome }}
7777
echo -e "#### Docker Lint Result: ${{ steps.lint-docker.outputs.results }}"

0 commit comments

Comments
 (0)