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:
79
79
uses : docker/build-push-action@v6
80
80
with :
81
81
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
84
86
build-args : |
85
87
CONTAINER_VERSION=${{ github.ref_name }}
86
88
IMAGE_NAME=${{ env.IMAGE_NAME }}
87
89
tags : ${{ env.IMAGE_URL }}:latest
90
+ # Connect Docker driver to GitHub Action cache service
88
91
cache-from : type=gha
92
+ cache-to : type=gha,mode=max
89
93
90
94
madsciencelab-plugins :
91
95
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments