mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-08-14 23:57:05 +00:00
chore(deps): update docker/setup-buildx-action action to v3
This commit is contained in:
parent
6138f7d5cb
commit
62d823baec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
config: .github/buildkitd.toml
|
config: .github/buildkitd.toml
|
||||||
version: latest
|
version: latest
|
||||||
|
|
Loading…
Reference in a new issue