File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 24
24
uses : docker/setup-buildx-action@v1
25
25
with :
26
26
config : .github/buildkit.toml
27
+ driver-opts : image=moby/buildkit:v0.9.1
27
28
- name : Login to Docker
28
29
uses : docker/login-action@v1
29
30
with :
59
60
uses : docker/setup-buildx-action@v1
60
61
with :
61
62
config : .github/buildkit.toml
63
+ driver-opts : image=moby/buildkit:v0.9.1
62
64
- name : Login to Docker
63
65
uses : docker/login-action@v1
64
66
with :
95
97
uses : docker/setup-buildx-action@v1
96
98
with :
97
99
config : .github/buildkit.toml
100
+ driver-opts : image=moby/buildkit:v0.9.1
98
101
- name : Login to Docker
99
102
uses : docker/login-action@v1
100
103
with :
Original file line number Diff line number Diff line change 26
26
uses : docker/setup-buildx-action@v1
27
27
with :
28
28
config : .github/buildkit.toml
29
+ driver-opts : image=moby/buildkit:v0.9.1
29
30
- name : Build Image
30
31
run : ./makeimage.sh ${{ matrix.target }} ${{ matrix.variant }}
31
32
- name : Build ffmpeg
You can’t perform that action at this time.
0 commit comments