Skip to content

Commit

Permalink
Some debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Jan 23, 2024
1 parent ea73918 commit 82affcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jobs:
build_docker_container:
runs-on: macOS-12
steps:
- name: Debug info
run: |
pwd
find . -name Dockerfile
- name: Setup Docker
uses: docker-practice/actions-setup-docker@master
- name: Build container
Expand Down

0 comments on commit 82affcf

Please sign in to comment.