Skip to content

Commit 121f0b2

Browse files
committed
👷 Path debugging
1 parent 76026af commit 121f0b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dev.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ jobs:
7373
username: ${{ secrets.DOCKERHUB_USERNAME }}
7474
password: ${{ secrets.DOCKERHUB_TOKEN }}
7575

76+
- name: 'Debug'
77+
run: |
78+
ls -al ${{ steps.file-gen.outputs.PATH }}
79+
tree ${{ steps.file-gen.outputs.PATH }}
80+
81+
7682
# Docker image: madsciencelab
7783
# Note: standard/ directory maps to madsciencelab image (no variants)
7884
- name: 'Build Docker image ${{ env.IMAGE_NAME }}'
@@ -85,7 +91,6 @@ jobs:
8591
CONTAINER_VERSION=${{ github.ref_name }}
8692
IMAGE_NAME=${{ env.IMAGE_NAME }}
8793
tags: ${{ env.IMAGE_URL }}:latest
88-
run: ls -al ${{ steps.file-gen.outputs.PATH }}
8994

9095
madsciencelab-plugins:
9196
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)