Publish multi-platform image to GHCR (#513)

This commit is contained in:
Hidetake Iwata
2021-03-22 10:53:50 +09:00
committed by GitHub
parent 256ce07e1f
commit 037d26b01f
5 changed files with 31 additions and 17 deletions

View File

@@ -218,7 +218,7 @@ Password:
## Run in Docker
You can run [the Docker image](https://quay.io/repository/int128/kubelogin) instead of the binary.
You can run [the Docker image](https://ghcr.io/int128/kubelogin) instead of the binary.
The kubeconfig looks like:
```yaml
@@ -235,7 +235,7 @@ users:
- /tmp/.token-cache:/.token-cache
- -p
- 8000:8000
- quay.io/int128/kubelogin
- ghcr.io/int128/kubelogin
- get-token
- --token-cache-dir=/.token-cache
- --listen-address=0.0.0.0:8000