Skip to content

Commit 77ef56a

Browse files
committed
Update 4.11.0 version to 4.12.0
1 parent 081436b commit 77ef56a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/free-disk-space/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ runs:
242242
echo "/dev/root:"
243243
printSavedSpace $((AVAILABLE_ROOT_END - AVAILABLE_ROOT_INITIAL))
244244
echo "overall:"
245-
printSavedSpace $((AVAILABLE_END - AVAILABLE_INITIAL))
245+
printSavedSpace $((AVAILABLE_END - AVAILABLE_INITIAL))

.github/workflows/Procedure_push_docker_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ on:
4242
inputs:
4343
image_tag:
4444
description: 'Docker image tag'
45-
default: '4.11.0'
45+
default: '4.12.0'
4646
required: true
4747
type: string
4848
docker_reference:
4949
description: 'wazuh-docker reference'
50-
default: 'v4.11.0'
50+
default: 'v4.12.0'
5151
required: false
5252
type: string
5353
products:

0 commit comments

Comments
 (0)