Remove default docker reference version from workflow

This commit is contained in:
Jesus Garcia
2025-03-25 12:04:22 -05:00
parent e1bf0a0dc5
commit 51d3d7a946
2 changed files with 1 additions and 2 deletions

View File

@@ -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:

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]