Merge pull request #1761 from wazuh/idr/2137-review-wrong-references-in-devops-workflows

Remove default docker reference version from workflow
This commit is contained in:
Gonzalo Acuña
2025-03-26 16:44:02 -03:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
@@ -10,7 +10,6 @@ on:
required: true
docker_reference:
description: 'wazuh-docker reference'
default: 'v4.13.0'
required: true
products:
description: 'Comma-separated list of the image names to build and push'
@@ -47,7 +46,6 @@ on:
type: string
docker_reference:
description: 'wazuh-docker reference'
default: 'v4.13.0'
required: false
type: string
products:
+1
View File
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
### Deleted
- Remove default docker reference version from workflow ([#1761](https://github.com/wazuh/wazuh-docker/pull/1761))
- Remove 'stable' branch ocurrencies ([#1757](https://github.com/wazuh/wazuh-docker/pull/1757))
## [4.12.0]