From 0a3bfc3d42259fa74062ad2dfb9b9ea69e6d2c67 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:58:31 +0100 Subject: [PATCH] build: replace crazy-max/ghaction-setup-docker with docker/setup-docker-action Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/build/ci/github-actions/multi-platform.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/build/ci/github-actions/multi-platform.md b/content/manuals/build/ci/github-actions/multi-platform.md index 7311ee2cac57..e6d44b7ea47f 100644 --- a/content/manuals/build/ci/github-actions/multi-platform.md +++ b/content/manuals/build/ci/github-actions/multi-platform.md @@ -53,8 +53,8 @@ them. To load a multi-platform image, you need to enable the containerd image store option for the Docker Engine. There is no way to configure the default Docker setup in the GitHub Actions -runners directly, but you can use the `crazy-max/ghaction-setup-docker` action -to customize the Docker Engine and CLI settings for a job. +runners directly, but you can use `docker/setup-docker-action` to customize the +Docker Engine and CLI settings for a job. The following example workflow enables the containerd image store, builds a multi-platform image, and loads the results into the GitHub runner's local @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Docker - uses: crazy-max/ghaction-setup-docker@v3 + uses: docker/setup-docker-action@v4 with: daemon-config: | {