Support new stage beta1

This commit is contained in:
Victor Carlos Erenu
2026-04-15 18:39:32 +07:00
parent 8755cab095
commit f7fc2108e4
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
with:
image_tag: ${{ needs.prepare-variables.outputs.WAZUH_IMAGE_VERSION }}
docker_reference: ${{ github.head_ref || inputs.docker_reference }}
wazuh_automation_reference: 'main'
wazuh_automation_reference: 'v5.0.0-beta1'
commit_list: '["latest", "latest", "latest", "latest"]'
assistant_revision: 'latest'
id: ${{ github.run_id }}
@@ -14,7 +14,7 @@ on:
wazuh_automation_reference:
description: 'Branch or tag of the wazuh-automation repository'
required: false
default: 'main'
default: 'v5.0.0-beta1'
products:
description: 'Comma-separated list of the image names to build and push'
default: 'wazuh-manager,wazuh-dashboard,wazuh-indexer,wazuh-agent'
@@ -52,7 +52,7 @@ on:
wazuh_automation_reference:
description: 'Branch or tag of the wazuh-automation repository'
required: false
default: 'main'
default: 'v5.0.0-beta1'
type: string
products:
description: 'Comma-separated list of the image names to build and push'