1
0
mirror of https://github.com/siderolabs/kres.git synced 2026-02-05 09:45:35 +01:00

docs: fix Docker image

No autonomy.

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
This commit is contained in:
Alexey Palazhchenko
2021-05-07 17:05:27 +00:00
committed by talos-bot
parent 3651c948c8
commit 29565d0e08

View File

@@ -28,7 +28,7 @@ Kres can leverage API access tokens to set up build environment or settings for
When running Kres for the first time, run it manually via Docker container:
docker run --rm -v ${PWD}:/src -w /src -e GITHUB_TOKEN autonomy/kres:latest
docker run --rm -v ${PWD}:/src -w /src -e GITHUB_TOKEN ghcr.io/talos-systems/kres:latest
To update build instructions: