mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-12-10 00:38:27 -06:00
Update 4.11.0 version to 4.12.0
This commit is contained in:
parent
081436be42
commit
77ef56ada7
2
.github/free-disk-space/action.yml
vendored
2
.github/free-disk-space/action.yml
vendored
@ -242,4 +242,4 @@ runs:
|
|||||||
echo "/dev/root:"
|
echo "/dev/root:"
|
||||||
printSavedSpace $((AVAILABLE_ROOT_END - AVAILABLE_ROOT_INITIAL))
|
printSavedSpace $((AVAILABLE_ROOT_END - AVAILABLE_ROOT_INITIAL))
|
||||||
echo "overall:"
|
echo "overall:"
|
||||||
printSavedSpace $((AVAILABLE_END - AVAILABLE_INITIAL))
|
printSavedSpace $((AVAILABLE_END - AVAILABLE_INITIAL))
|
||||||
|
|||||||
@ -42,12 +42,12 @@ on:
|
|||||||
inputs:
|
inputs:
|
||||||
image_tag:
|
image_tag:
|
||||||
description: 'Docker image tag'
|
description: 'Docker image tag'
|
||||||
default: '4.11.0'
|
default: '4.12.0'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
docker_reference:
|
docker_reference:
|
||||||
description: 'wazuh-docker reference'
|
description: 'wazuh-docker reference'
|
||||||
default: 'v4.11.0'
|
default: 'v4.12.0'
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
products:
|
products:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user