mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Fix wrong link for login action repo
Signed-off-by: TanguyChiffoleau <55456592+TanguyChiffoleau@users.noreply.github.com>
This commit is contained in:
parent
9379083e42
commit
22d49d64f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue