We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63b60ad + 6ee03e1 commit 0b6b0c6Copy full SHA for 0b6b0c6
.github/workflows/build-product.yml
@@ -71,7 +71,7 @@ jobs:
71
config: .github/linters/.hadolint.yaml
72
recursive: true
73
- name: show dockerfile lint error
74
- if: ${{ steps.lint-docker.outcome == 'failure' }}
+ if: ${{ failure() && steps.lint-docker.outcome == 'failure' }}
75
run: |
76
echo ${{ steps.lint-docker.outcome }}
77
echo -e "#### Docker Lint Result: ${{ steps.lint-docker.outputs.results }}"
0 commit comments