File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
- name : Build Image
86
86
uses : docker/bake-action@v2
87
87
with :
88
- files : docker-compose.yml
88
+ files : ${{ matrix.compose-file }}
89
89
load : true
90
90
set : |
91
91
*.platform=linux/amd64
@@ -109,7 +109,7 @@ jobs:
109
109
if : (github.ref == 'refs/heads/master' && (github.event_name != 'workflow_dispatch' && github.event_name != 'schedule'))
110
110
uses : docker/bake-action@v2
111
111
with :
112
- files : docker-compose.yml
112
+ files : ${{ matrix.compose-file }}
113
113
push : true
114
114
set : |
115
115
*.platform=linux/amd64
@@ -119,7 +119,7 @@ jobs:
119
119
(github.ref == 'refs/heads/master' && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'))
120
120
uses : docker/bake-action@v2
121
121
with :
122
- files : docker-compose.yml
122
+ files : ${{ matrix.compose-file }}
123
123
push : true
124
124
set : |
125
125
*.platform=linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments