mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-20 16:27:10 +02:00
Switch away from deprecated setup-buildx option
This commit is contained in:
parent
1a89b45384
commit
ae730d989a
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
- name: Install buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
config: .github/buildkit.toml
|
||||
buildkitd-config: .github/buildkit.toml
|
||||
- name: Login to Docker
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@ -119,7 +119,7 @@ jobs:
|
||||
- name: Install buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
config: .github/buildkit.toml
|
||||
buildkitd-config: .github/buildkit.toml
|
||||
- name: Login to Docker
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@ -175,7 +175,7 @@ jobs:
|
||||
- name: Install buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
config: .github/buildkit.toml
|
||||
buildkitd-config: .github/buildkit.toml
|
||||
- name: Login to Docker
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Install buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
config: .github/buildkit.toml
|
||||
buildkitd-config: .github/buildkit.toml
|
||||
driver: docker
|
||||
- name: Get download cache key
|
||||
id: dl_cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user