mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 08:45:46 -05:00
Update READMEs
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
66ba91a185
commit
a1eb1729d4
2 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/actions/setup-buildx@v2
|
uses: docker/actions/setup-buildx@v1
|
||||||
with:
|
with:
|
||||||
buildx-version: latest
|
buildx-version: latest
|
||||||
-
|
-
|
||||||
|
@ -68,13 +68,13 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/actions/setup-qemu@v2
|
uses: docker/actions/setup-qemu@v1
|
||||||
with:
|
with:
|
||||||
qemu-version: latest
|
platforms: all
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/actions/setup-buildx@v2
|
uses: docker/actions/setup-buildx@v1
|
||||||
with:
|
with:
|
||||||
buildx-version: latest
|
buildx-version: latest
|
||||||
-
|
-
|
||||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/actions/setup-qemu@v2
|
uses: docker/actions/setup-qemu@v1
|
||||||
with:
|
with:
|
||||||
image: tonistiigi/binfmt:latest
|
image: tonistiigi/binfmt:latest
|
||||||
platforms: all
|
platforms: all
|
||||||
|
|
Loading…
Reference in a new issue