From 925fee3dc98dc6a9b2d46ff18d53e134fc3e4387 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 7 Aug 2020 19:04:00 +0200 Subject: [PATCH] Will be named docker/actions Signed-off-by: CrazyMax --- setup-buildx/README.md | 6 +++--- setup-buildx/package.json | 2 +- setup-qemu/README.md | 2 +- setup-qemu/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/setup-buildx/README.md b/setup-buildx/README.md index 0e64d00..ac21d58 100644 --- a/setup-buildx/README.md +++ b/setup-buildx/README.md @@ -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 - @@ -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 - diff --git a/setup-buildx/package.json b/setup-buildx/package.json index e229355..f096b04 100644 --- a/setup-buildx/package.json +++ b/setup-buildx/package.json @@ -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": [ diff --git a/setup-qemu/README.md b/setup-qemu/README.md index 2069153..2c484e6 100644 --- a/setup-qemu/README.md +++ b/setup-qemu/README.md @@ -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 ``` diff --git a/setup-qemu/package.json b/setup-qemu/package.json index 0c3264f..01cd5e3 100644 --- a/setup-qemu/package.json +++ b/setup-qemu/package.json @@ -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": [