Try to work around buildkit bug
This commit is contained in:
parent
b84fcf068c
commit
d1d43c42b0
2 changed files with 4 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
with:
|
with:
|
||||||
config: .github/buildkit.toml
|
config: .github/buildkit.toml
|
||||||
|
driver-opts: image=moby/buildkit:v0.9.1
|
||||||
- name: Login to Docker
|
- name: Login to Docker
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
@ -59,6 +60,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
with:
|
with:
|
||||||
config: .github/buildkit.toml
|
config: .github/buildkit.toml
|
||||||
|
driver-opts: image=moby/buildkit:v0.9.1
|
||||||
- name: Login to Docker
|
- name: Login to Docker
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
@ -95,6 +97,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
with:
|
with:
|
||||||
config: .github/buildkit.toml
|
config: .github/buildkit.toml
|
||||||
|
driver-opts: image=moby/buildkit:v0.9.1
|
||||||
- name: Login to Docker
|
- name: Login to Docker
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
with:
|
with:
|
||||||
config: .github/buildkit.toml
|
config: .github/buildkit.toml
|
||||||
|
driver-opts: image=moby/buildkit:v0.9.1
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
run: ./makeimage.sh ${{ matrix.target }} ${{ matrix.variant }}
|
run: ./makeimage.sh ${{ matrix.target }} ${{ matrix.variant }}
|
||||||
- name: Build ffmpeg
|
- name: Build ffmpeg
|
||||||
|
|
Loading…
Reference in a new issue