Skip to content

Commit

Permalink
Will be named docker/actions
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 11, 2020
1 parent f443d57 commit 925fee3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions setup-buildx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
-
name: Set up Docker Buildx
id: buildx
uses: docker/action/setup-buildx@v2
uses: docker/actions/setup-buildx@v2
with:
buildx-version: latest
-
Expand Down Expand Up @@ -68,13 +68,13 @@ jobs:
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/action/setup-qemu@v2
uses: docker/actions/setup-qemu@v2
with:
qemu-version: latest
-
name: Set up Docker Buildx
id: buildx
uses: docker/action/setup-buildx@v2
uses: docker/actions/setup-buildx@v2
with:
buildx-version: latest
-
Expand Down
2 changes: 1 addition & 1 deletion setup-buildx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/docker/action.git",
"url": "git+https://github.com/docker/actions.git",
"directory": "setup-buildx"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion setup-qemu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/action/setup-qemu@v2
uses: docker/actions/setup-qemu@v2
with:
qemu-version: latest
```
Expand Down
2 changes: 1 addition & 1 deletion setup-qemu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/docker/action.git",
"url": "git+https://github.com/docker/actions.git",
"directory": "setup-qemu"
},
"keywords": [
Expand Down

0 comments on commit 925fee3

Please sign in to comment.