File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -72,21 +72,21 @@ jobs:
72
72
with :
73
73
version : ${{ inputs.docker-buildx-version }}
74
74
75
- - name : Build
76
- uses : docker/build-push-action@v6
77
- id : build
78
- with :
79
- context : ${{ inputs.docker-context }}
80
- file : ${{ inputs.docker-dockerfile }}
81
- tags : ${{ steps.docker-meta.outputs.tags }}
82
- labels : ${{ steps.docker-meta.outputs.labels }}
83
- build-args : ${{ inputs.docker-build-args }}
84
- target : ${{ inputs.target }}
85
- # platforms: ${{ inputs.docker-platforms }} # Multi-platform not currently supported with load: true
86
- load : true
87
- cache-from : ${{ inputs.docker-image-cache-from }}
88
- cache-to : ${{ inputs.docker-image-cache-to }}
89
- secrets : ${{ inputs.docker-build-secrets }}
75
+ # - name: Build
76
+ # uses: docker/build-push-action@v6
77
+ # id: build
78
+ # with:
79
+ # context: ${{ inputs.docker-context }}
80
+ # file: ${{ inputs.docker-dockerfile }}
81
+ # tags: ${{ steps.docker-meta.outputs.tags }}
82
+ # labels: ${{ steps.docker-meta.outputs.labels }}
83
+ # build-args: ${{ inputs.docker-build-args }}
84
+ # target: ${{ inputs.target }}
85
+ # # platforms: ${{ inputs.docker-platforms }} # Multi-platform not currently supported with load: true
86
+ # load: true
87
+ # cache-from: ${{ inputs.docker-image-cache-from }}
88
+ # cache-to: ${{ inputs.docker-image-cache-to }}
89
+ # secrets: ${{ inputs.docker-build-secrets }}
90
90
91
91
92
92
You can’t perform that action at this time.
0 commit comments