From 22d49d64f5d4ee8084da8054ba99768cf5a8497d Mon Sep 17 00:00:00 2001 From: Tanguy Chiffoleau <55456592+TanguyChiffoleau@users.noreply.github.com> Date: Wed, 24 Feb 2021 23:16:50 +0100 Subject: [PATCH] Fix wrong link for login action repo Signed-off-by: TanguyChiffoleau <55456592+TanguyChiffoleau@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee64717..e66021a 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ default the `docker-container` [builder driver](https://github.com/docker/buildx **not required but recommended** using it to be able to build multi-platform images, export cache, etc. * [`setup-qemu`](https://github.com/docker/setup-qemu-action) action can be useful if you want to add emulation support with QEMU to be able to build against more platforms. -* [`login`](https://github.com/docker/setup-qemu-action) action will take care to log in against a Docker registry. +* [`login`](https://github.com/docker/login-action) action will take care to log in against a Docker registry. ### Git context