Skip to content

Docker build and Push (manual task)

HAHWUL edited this page Apr 29, 2024 · 1 revision

Login

echo "TOKEN" | docker login ghcr.io -u hahwul --password-stdin

Build and Push

docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/noir-cr/noir:v0.15.0 --push .
Clone this wiki locally