Fix buildx version
This commit is contained in:
parent
1c2d4e53a2
commit
3fa471e9be
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -17,9 +17,7 @@ jobs:
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: crazy-max/ghaction-docker-buildx@v1
|
||||
with:
|
||||
version: v1.1.0
|
||||
uses: crazy-max/ghaction-docker-buildx@v1.1.0
|
||||
-
|
||||
name: Print builder available platforms
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
Loading…
Reference in New Issue
Block a user