Other repos require some docker images built from this repo. This images are published on github container registry.
In order to checkout or publish the docker, you need to be login to the github container registry.
You can follow this link:
- create a personal access token there with permissions
read:packages
andwrite:packages
- type command
export CR_PAT=YOUR_TOKEN
in your terminal - type command
echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
in your terminal
docker build -t ghcr.io/intlekt/intlekt_python_builder . -f Dockerfile_python_builder
docker push ghcr.io/intlekt/intlekt_python_builder
docker build -t ghcr.io/intlekt/intlekt_wasm_builder . -f Dockerfile_wasm_builder
docker push ghcr.io/intlekt/intlekt_wasm_builder
docker build -t ghcr.io/intlekt/intlekt_test_builder . -f Dockerfile_test_builder
docker push ghcr.io/intlekt/intlekt_test_builder