Skip to content

Commit

Permalink
Add Procedure_push_docker_images.yml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
YisDav committed Sep 7, 2024
1 parent d43f853 commit f0253ba
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/Procedure_push_docker_images.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f0253ba

Please sign in to comment.