Skip to content

Commit

Permalink
LPF-513 - debug docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCookOC committed Dec 13, 2024
1 parent ecf3be8 commit 9c54f9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scan_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Debug Docker info
run: |
docker info
ls -al
- name: Build docker image
run: |
docker build \
Expand Down

0 comments on commit 9c54f9b

Please sign in to comment.