Skip to content

Commit

Permalink
Merge pull request #1521 from wazuh/maintenance/5651-merge-4.10.0-int…
Browse files Browse the repository at this point in the history
…o-master

Maintenance/5651 merge 4.10.0 into master
  • Loading branch information
teddytpc1 authored Sep 10, 2024
2 parents 8522ec2 + 570bf08 commit 2059833
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: '5.0.0'
DOCKER_REFERENCE:
description: 'wazuh-docker reference'
required: true
default: 'master'
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 2059833

Please sign in to comment.