File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
40
40
cache-to : type=gha,mode=max
41
41
tags : ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}, ${{ env.REGISTRY }}/fornetcode/spa-server:latest
42
42
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