mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2025-02-17 20:53:23 +03:00
build: migrate to docker/setup-buildx-action
This commit is contained in:
parent
1d5ab3b3af
commit
9a2e2659cd
4
.github/workflows/buildx.yml
vendored
4
.github/workflows/buildx.yml
vendored
@ -43,7 +43,9 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: crazy-max/ghaction-docker-buildx@v3
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Available platforms
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user