Skip to content

Latest commit

 

History

History
 
 

ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Docker Image

docker build -t tinyspline/build-deps:latest -f Dockerfile .

Release Docker Image

docker login -u tinyspline -p <PASSWORD>
docker tag <IMAGE_ID> tinyspline/build-deps:latest
docker push tinyspline/build-deps