feat: revert change/2460-add-bump-issue-link-support-for-revert-stage-bump-in-wazuh-docker references

This commit is contained in:
wazuhci
2026-06-29 18:26:14 +00:00
parent 51572613ab
commit fb90896200
26 changed files with 78 additions and 78 deletions
@@ -1,12 +1,12 @@
run-name: Build and push images 1.x - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }}
name: (1.x) Build and push images
run-name: Build and push images 5.x - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }}
name: (5.x) Build and push images
on:
workflow_dispatch:
inputs:
image_tag:
description: 'Docker image tag'
default: 'v1.2.3-alpha8'
default: '5.0.0'
required: true
docker_reference:
description: 'wazuh-docker reference'
@@ -14,7 +14,7 @@ on:
wazuh_automation_reference:
description: 'Branch or tag of the wazuh-automation repository'
required: false
default: 'v1.2.3-alpha8'
default: '5.0.0'
products:
description: 'Comma-separated list of the image names to build and push'
default: 'wazuh-manager,wazuh-dashboard,wazuh-indexer,wazuh-agent'
@@ -42,7 +42,7 @@ on:
inputs:
image_tag:
description: 'Docker image tag'
default: 'v1.2.3-alpha8'
default: '5.0.0'
required: true
type: string
docker_reference:
@@ -52,7 +52,7 @@ on:
wazuh_automation_reference:
description: 'Branch or tag of the wazuh-automation repository'
required: false
default: 'v1.2.3-alpha8'
default: '5.0.0'
type: string
products:
description: 'Comma-separated list of the image names to build and push'
@@ -2,7 +2,7 @@ run-name: >-
${{ github.event_name == 'workflow_dispatch'
&& format('Docker Integration Test - Manual {0} on {1}', inputs.deployment_type, inputs.pr_head_ref)
|| format('Docker Integration Test - #{0} {1}', github.event.issue.number, github.event.issue.title) }}
name: (1.x) PR Check - Docker Integration Tests
name: (5.x) PR Check - Docker Integration Tests
on:
issue_comment:
@@ -16,7 +16,7 @@ on:
automation_reference:
description: 'Branch of wazuh-automation to use'
required: false
default: 'v1.2.3-alpha8'
default: '5.0.0'
type: string
deployment_type:
description: 'Deployment type to test'
@@ -27,7 +27,7 @@ on:
- multi-node
- both
version:
description: 'Image version to test (e.g. 1.2.3).'
description: 'Image version to test (e.g. 5.0.0).'
required: false
type: string
stage:
+2 -2
View File
@@ -1,4 +1,4 @@
name: (1.x) Docker PR check
name: (5.x) Docker PR check
permissions:
contents: read
id-token: write
@@ -55,7 +55,7 @@ jobs:
with:
image_tag: ${{ needs.prepare-variables.outputs.WAZUH_IMAGE_VERSION }}
docker_reference: ${{ github.head_ref || inputs.docker_reference }}
wazuh_automation_reference: 'v1.2.3-alpha8'
wazuh_automation_reference: '5.0.0'
commit_list: '["latest", "latest", "latest", "latest"]'
assistant_revision: 'latest'
id: ${{ github.run_id }}