Skip to content

Commit

Permalink
fix path to file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Jan 25, 2025
1 parent 926c8ee commit 9332320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: >-
container-structure-test test
-c .github/.spacelift-runners-container-structure-test-config.yaml
-c ${{ github.workspace }}/.github/.spacelift-runners-container-structure-test-config.yaml

Check failure on line 95 in .github/workflows/build-image-test.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

95:81 [line-length] line too long (98 > 80 characters)

Check failure on line 95 in .github/workflows/build-image-test.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

95:81 [line-length] line too long (98 > 80 characters)

Check failure on line 95 in .github/workflows/build-image-test.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

95:81 [line-length] line too long (98 > 80 characters)

Check failure on line 95 in .github/workflows/build-image-test.yaml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

95:81 [line-length] line too long (98 > 80 characters)

Check failure on line 95 in .github/workflows/build-image-test.yaml

View workflow job for this annotation

GitHub Actions / 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest

95:81 [line-length] line too long (98 > 80 characters)
-i ${{ env.IMAGE }}
- name: Dive - check image for waste files
Expand Down

0 comments on commit 9332320

Please sign in to comment.