Will be named docker/actions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-07 19:04:00 +02:00
parent f443d57e89
commit 925fee3dc9
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@ jobs:
- -
name: Set up Docker Buildx name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/action/setup-buildx@v2 uses: docker/actions/setup-buildx@v2
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/action/setup-qemu@v2 uses: docker/actions/setup-qemu@v2
with: with:
qemu-version: latest qemu-version: latest
- -
name: Set up Docker Buildx name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/action/setup-buildx@v2 uses: docker/actions/setup-buildx@v2
with: with:
buildx-version: latest buildx-version: latest
- -

View file

@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/docker/action.git", "url": "git+https://github.com/docker/actions.git",
"directory": "setup-buildx" "directory": "setup-buildx"
}, },
"keywords": [ "keywords": [

View file

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- -
name: Set up QEMU name: Set up QEMU
uses: docker/action/setup-qemu@v2 uses: docker/actions/setup-qemu@v2
with: with:
qemu-version: latest qemu-version: latest
``` ```

View file

@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/docker/action.git", "url": "git+https://github.com/docker/actions.git",
"directory": "setup-qemu" "directory": "setup-qemu"
}, },
"keywords": [ "keywords": [