Skip to content

Commit 447435f

Browse files
committed
fixed nginx builds
1 parent ec3313e commit 447435f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build Image
8686
uses: docker/bake-action@v2
8787
with:
88-
files: docker-compose.yml
88+
files: ${{ matrix.compose-file }}
8989
load: true
9090
set: |
9191
*.platform=linux/amd64
@@ -109,7 +109,7 @@ jobs:
109109
if: (github.ref == 'refs/heads/master' && (github.event_name != 'workflow_dispatch' && github.event_name != 'schedule'))
110110
uses: docker/bake-action@v2
111111
with:
112-
files: docker-compose.yml
112+
files: ${{ matrix.compose-file }}
113113
push: true
114114
set: |
115115
*.platform=linux/amd64
@@ -119,7 +119,7 @@ jobs:
119119
(github.ref == 'refs/heads/master' && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'))
120120
uses: docker/bake-action@v2
121121
with:
122-
files: docker-compose.yml
122+
files: ${{ matrix.compose-file }}
123123
push: true
124124
set: |
125125
*.platform=linux/amd64,linux/arm64

0 commit comments

Comments
 (0)