initial commit
This commit is contained in:
		@@ -3,7 +3,8 @@
 | 
				
			|||||||
# use: sh docker2github USERNAME CONTAINER_NAME
 | 
					# use: sh docker2github USERNAME CONTAINER_NAME
 | 
				
			||||||
## nano ~/.bashrc
 | 
					## nano ~/.bashrc
 | 
				
			||||||
## and add this to the end of the file: export PATH=$PATH:~/bin
 | 
					## and add this to the end of the file: export PATH=$PATH:~/bin
 | 
				
			||||||
 | 
					 | 
				
			||||||
docker build -t $2 .
 | 
					docker build -t $2 .
 | 
				
			||||||
docker tag $2 ghcr.io/$1/$2:latest
 | 
					docker tag $2 ghcr.io/$1/$2:latest
 | 
				
			||||||
docker push ghcr.io/$1/$2:latest
 | 
					docker push ghcr.io/$1/$2:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### By Sthope
 | 
				
			||||||
		Reference in New Issue
	
	Block a user