mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-03 21:43:17 +00:00 
			
		
		
		
	Add Procedure_push_docker_images.yml workflow file
This commit is contained in:
		
				
					committed by
					
						
						JESUS D. GARCIA
					
				
			
			
				
	
			
			
			
						parent
						
							d43f85312a
						
					
				
				
					commit
					f0253ba984
				
			
							
								
								
									
										34
									
								
								.github/workflows/Procedure_push_docker_images.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								.github/workflows/Procedure_push_docker_images.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,34 @@
 | 
			
		||||
 | 
			
		||||
run-name: Launch Push Docker Images - Executed by @${{ github.actor }}
 | 
			
		||||
name: Push Docker Images
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
    inputs:
 | 
			
		||||
      JENKINS_REFERENCE:
 | 
			
		||||
        description: 'wazuh-jenkins reference'
 | 
			
		||||
        required: true
 | 
			
		||||
        default: 'master'
 | 
			
		||||
      IMAGE_TAG:
 | 
			
		||||
        description: 'Docker image tag'
 | 
			
		||||
        required: true
 | 
			
		||||
        default: '4.10.0'
 | 
			
		||||
      DOCKER_REFERENCE:
 | 
			
		||||
        description: 'wazuh-docker reference'
 | 
			
		||||
        required: true
 | 
			
		||||
        default: '4.10.0'
 | 
			
		||||
      PRODUCTS:
 | 
			
		||||
        description: 'Comma-separated list of the image names to build and push'
 | 
			
		||||
        default: 'wazuh-manager,wazuh-dashboard,wazuh-indexer'
 | 
			
		||||
        required: true
 | 
			
		||||
      FILEBEAT_MODULE_VERSION:
 | 
			
		||||
        description: 'Filebeat module version'
 | 
			
		||||
        required: true
 | 
			
		||||
      REVISION:
 | 
			
		||||
        description: 'Package revision'
 | 
			
		||||
        required: true
 | 
			
		||||
      PUSH_IMAGES:
 | 
			
		||||
        description: 'Push images'
 | 
			
		||||
        required: true
 | 
			
		||||
        type: boolean
 | 
			
		||||
        default: true
 | 
			
		||||
		Reference in New Issue
	
	Block a user