mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	Test NPM and Docker login
This commit is contained in:
		
							parent
							
								
									c0e8cd0791
								
							
						
					
					
						commit
						0d0641d62d
					
				
							
								
								
									
										18
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,18 @@ | ||||
| kind: pipeline | ||||
| type: exec | ||||
| name: Build and Push Docker Image | ||||
| 
 | ||||
| platform: | ||||
|   os: linux | ||||
|   arch: amd64 | ||||
| 
 | ||||
| steps: | ||||
| - name: Build | ||||
|   environment: | ||||
|     QUAY_USERNAME: | ||||
|       from_secret: QUAY_USERNAME | ||||
|     QUAY_PASSWORD: | ||||
|       from_secret: QUAY_PASSWORD | ||||
|   commands: | ||||
|     - npm i | ||||
|     - docker login -u $QUAY_USERNAME -p $QUAY_PASSWORD | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Korbs
						Korbs