mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-08-14 23:57:05 +00:00
Use buildkit with a max parallelism of 1.
This commit is contained in:
parent
c06ae8280f
commit
0090bf8fc2
2 changed files with 3 additions and 0 deletions
2
.github/buildkitd.toml
vendored
Normal file
2
.github/buildkitd.toml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[worker.oci]
|
||||||
|
max-parallelism = 1
|
1
.github/workflows/build-docker.yml
vendored
1
.github/workflows/build-docker.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
|
config: .github/buildkitd.toml
|
||||||
version: latest
|
version: latest
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue