mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Update README
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
0cc5e42c7a
commit
ec2628bb21
1 changed files with 3 additions and 3 deletions
|
@ -40,6 +40,9 @@ jobs:
|
|||
uses: docker/actions/setup-buildx@v1
|
||||
with:
|
||||
buildx-version: latest
|
||||
-
|
||||
name: Builder instance name
|
||||
run: echo ${{ steps.buildx.outputs.name }}
|
||||
-
|
||||
name: Available platforms
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
@ -77,9 +80,6 @@ jobs:
|
|||
uses: docker/actions/setup-buildx@v1
|
||||
with:
|
||||
buildx-version: latest
|
||||
-
|
||||
name: Builder instance name
|
||||
run: echo ${{ steps.buildx.outputs.name }}
|
||||
-
|
||||
name: Available platforms
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
|
Loading…
Reference in a new issue