mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-12-13 22:00:37 +05:30
Update docker/setup-buildx-action action to v2
This commit is contained in:
parent
58923fe13e
commit
9597a1a5a5
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
platforms: all
|
platforms: all
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
|
Loading…
Reference in New Issue
Block a user