We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76026af commit 121f0b2Copy full SHA for 121f0b2
.github/workflows/dev.yml
@@ -73,6 +73,12 @@ jobs:
73
username: ${{ secrets.DOCKERHUB_USERNAME }}
74
password: ${{ secrets.DOCKERHUB_TOKEN }}
75
76
+ - name: 'Debug'
77
+ run: |
78
+ ls -al ${{ steps.file-gen.outputs.PATH }}
79
+ tree ${{ steps.file-gen.outputs.PATH }}
80
+
81
82
# Docker image: madsciencelab
83
# Note: standard/ directory maps to madsciencelab image (no variants)
84
- name: 'Build Docker image ${{ env.IMAGE_NAME }}'
@@ -85,7 +91,6 @@ jobs:
85
91
CONTAINER_VERSION=${{ github.ref_name }}
86
92
IMAGE_NAME=${{ env.IMAGE_NAME }}
87
93
tags: ${{ env.IMAGE_URL }}:latest
88
- run: ls -al ${{ steps.file-gen.outputs.PATH }}
89
94
90
95
madsciencelab-plugins:
96
runs-on: ubuntu-latest
0 commit comments