File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,17 @@ jobs:
7979 uses : docker/build-push-action@v6
8080 with :
8181 platforms : linux/amd64,linux/arm64
82- context : ${{ steps.file-gen.outputs.PATH }}
83- file : ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
82+ # context: ${{ steps.file-gen.outputs.PATH }}
83+ # file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
84+ context : build/standard/
85+ file : build/standard/docker/Dockerfile
8486 build-args : |
8587 CONTAINER_VERSION=${{ github.ref_name }}
8688 IMAGE_NAME=${{ env.IMAGE_NAME }}
8789 tags : ${{ env.IMAGE_URL }}:latest
90+ # Connect Docker driver to GitHub Action cache service
8891 cache-from : type=gha
92+ cache-to : type=gha,mode=max
8993
9094 madsciencelab-plugins :
9195 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments