File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 cache-to : type=gha,mode=max
4141 tags : ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}, ${{ env.REGISTRY }}/fornetcode/spa-server:latest
4242
43- - name : build and push spa-server with S3
44- uses : docker/build-push-action@v2
45- with :
46- context : " {{defaultContext}}:docker"
47- file : S3FS.Dockerfile
48- push : true
49- cache-from : type=gha
50- cache-to : type=gha,mode=max
51- tags : ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}-s3
43+ # - name: build and push spa-server with S3
44+ # uses: docker/build-push-action@v2
45+ # with:
46+ # context: "{{defaultContext}}:docker"
47+ # file: S3FS.Dockerfile
48+ # push: true
49+ # cache-from: type=gha
50+ # cache-to: type=gha,mode=max
51+ # tags: ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}-s3
You can’t perform that action at this time.
0 commit comments