-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1521 from wazuh/maintenance/5651-merge-4.10.0-int…
…o-master Maintenance/5651 merge 4.10.0 into master
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |