@@ -182,26 +182,25 @@ jobs:
182182 matrix :
183183 include :
184184 - name : dlstreamer_ubuntu22
185- dockerfile : dlstreamer-repo/ docker/ubuntu/ubuntu22.Dockerfile
185+ dockerfile : docker/ubuntu/ubuntu22.Dockerfile
186186 output-file : hadolint-dlstreamer_ubuntu22.json
187187 - name : dlstreamer_ubuntu24
188- dockerfile : dlstreamer-repo/ docker/ubuntu/ubuntu24.Dockerfile
188+ dockerfile : docker/ubuntu/ubuntu24.Dockerfile
189189 output-file : hadolint-dlstreamer_ubuntu24.json
190190 - name : dlstreamer_fedora41
191- dockerfile : dlstreamer-repo/ docker/fedora41/fedora41.Dockerfile
191+ dockerfile : docker/fedora41/fedora41.Dockerfile
192192 output-file : hadolint-dlstreamer_fedora41.json
193193 - name : dlstreamer-testing-ubuntu
194- dockerfile : dlstreamer-repo/ docker/ubuntu/ubuntu-testing.Dockerfile
194+ dockerfile : docker/ubuntu/ubuntu-testing.Dockerfile
195195 output-file : hadolint-dlstreamer-testing-ubuntu.json
196196 steps :
197197 - name : Check out dlstreamer repository
198198 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
199199 with :
200200 persist-credentials : false
201- path : dlstreamer-repo
202201
203202 - name : Run Hadolint Action
204- uses : ./dlstreamer-repo/ .github/actions/common/hadolint
203+ uses : ./.github/actions/common/hadolint
205204 with :
206205 dockerfile : ${{ matrix.dockerfile }}
207206 output-file : ${{ matrix.output-file }}
0 commit comments