File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 5858 id : file-gen
5959 run : |
6060 bash build.sh --dir build/standard --version dev
61- echo "PATH=$(pwd)/build/standard/ " >> $GITHUB_OUTPUT
61+ echo "PATH=$(pwd)/build/standard" >> $GITHUB_OUTPUT
6262
6363 - name : ' Set up QEMU'
6464 uses : docker/setup-qemu-action@v3
@@ -73,20 +73,14 @@ 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-
8276 # Docker image: madsciencelab
8377 # Note: standard/ directory maps to madsciencelab image (no variants)
8478 - name : ' Build Docker image ${{ env.IMAGE_NAME }}'
8579 uses : docker/build-push-action@v6
8680 with :
8781 platforms : linux/amd64,linux/arm64
8882 context : ${{ steps.file-gen.outputs.PATH }}
89- file : docker/Dockerfile
83+ file : ${{ steps.file-gen.outputs.PATH }}/ docker/Dockerfile
9084 build-args : |
9185 CONTAINER_VERSION=${{ github.ref_name }}
9286 IMAGE_NAME=${{ env.IMAGE_NAME }}
You can’t perform that action at this time.
0 commit comments