Skip to content

Commit bde6feb

Browse files
committed
fix(docker-build): remove redundant Hadolint report reading step
1 parent eb92e6d commit bde6feb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,6 @@ jobs:
153153
cat hadolint.txt >> "$GITHUB_OUTPUT"
154154
echo "EOF" >> "$GITHUB_OUTPUT"
155155
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-
164156
- name: Find existing Hadolint comment
165157
id: find_hadolint
166158
if: ${{ inputs.hadolint }}

0 commit comments

Comments
 (0)