mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Fix CI pipeline
This commit is contained in:
		
							
								
								
									
										3
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -54,7 +54,8 @@ node-prune''' | ||||
|         sh 'docker tag $TEMP_IMAGE_NAME docker.io/jc21/$IMAGE_NAME:latest' | ||||
|         sh 'docker tag $TEMP_IMAGE_NAME docker.io/jc21/$IMAGE_NAME:$TAG_VERSION' | ||||
|  | ||||
|         withDockerRegistry([credentialsId: 'jc21-dockerhub', url: '']) { | ||||
|         withCredentials([usernamePassword(credentialsId: 'jc21-dockerhub', passwordVariable: 'dpass', usernameVariable: 'duser')]) { | ||||
|           sh "docker login -u '${duser}' -p '$dpass'" | ||||
|           sh 'docker push docker.io/jc21/$IMAGE_NAME:latest' | ||||
|           sh 'docker push docker.io/jc21/$IMAGE_NAME:$TAG_VERSION' | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user