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.
1 parent eb92e6d commit bde6febCopy full SHA for bde6feb
.github/workflows/docker-build.yml
@@ -153,14 +153,6 @@ jobs:
153
cat hadolint.txt >> "$GITHUB_OUTPUT"
154
echo "EOF" >> "$GITHUB_OUTPUT"
155
156
- - name: Read Hadolint report file
157
- id: read_hadolint
158
- if: ${{ inputs.hadolint }}
159
- run: |
160
- echo "report<<EOF" >> "$GITHUB_OUTPUT"
161
- cat hadolint.txt >> "$GITHUB_OUTPUT"
162
- echo "EOF" >> "$GITHUB_OUTPUT"
163
-
164
- name: Find existing Hadolint comment
165
id: find_hadolint
166
if: ${{ inputs.hadolint }}
0 commit comments