mirror of
				https://github.com/RicterZ/nhentai.git
				synced 2025-11-04 02:50:55 +01:00 
			
		
		
		
	Merge branch 'master' of github.com:RicterZ/nhentai
This commit is contained in:
		
							
								
								
									
										27
									
								
								.github/workflows/docker-image.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								.github/workflows/docker-image.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					name: Docker Image CI
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					on:
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    branches: [ "master" ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  build:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					    - uses: actions/checkout@v2
 | 
				
			||||||
 | 
					    -
 | 
				
			||||||
 | 
					      name: Login to Docker Hub
 | 
				
			||||||
 | 
					      uses: docker/login-action@v2
 | 
				
			||||||
 | 
					      with:
 | 
				
			||||||
 | 
					        username: ${{ secrets.DOCKERHUB_USERNAME }}
 | 
				
			||||||
 | 
					        password: ${{ secrets.DOCKERHUB_TOKEN }}
 | 
				
			||||||
 | 
					    - 
 | 
				
			||||||
 | 
					      name: Build the Docker image
 | 
				
			||||||
 | 
					      uses: docker/build-push-action@v4
 | 
				
			||||||
 | 
					      with:
 | 
				
			||||||
 | 
					        context: .
 | 
				
			||||||
 | 
					        push: true
 | 
				
			||||||
 | 
					        tags: ricterz/nhentai:latest
 | 
				
			||||||
		Reference in New Issue
	
	Block a user