mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-03-16 14:17:15 +08:00
Fix README example formatting
This commit is contained in:
parent
66bd59d4e8
commit
837f59bf50
14
README.md
14
README.md
@ -46,16 +46,14 @@ jobs:
|
||||
buildx:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
# Add support for more platforms with QEMU (optional)
|
||||
# https://github.com/docker/setup-qemu-action
|
||||
name: Set up QEMU
|
||||
|
||||
# Add support for more platforms with QEMU (optional) https://github.com/docker/setup-qemu-action
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: buildpulse/setup-buildx-action@v3
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user