Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 226 Bytes

dev-notes.md

File metadata and controls

10 lines (8 loc) · 226 Bytes

Developer docs

Publish image

docker login ghcr.io -u <your_username>
docker images
docker tag IMAGE_ID ghcr.io/carlosperate/microbit-toolchain:VERSION
docker push ghcr.io/carlosperate/microbit-toolchain:VERSION