Skip to content

Commit

Permalink
Update default values in Procedure_push_docker_images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YisDav committed Sep 10, 2024
1 parent cd3e8b8 commit 570bf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Procedure_push_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
IMAGE_TAG:
description: 'Docker image tag'
required: true
default: '4.10.0'
default: '5.0.0'
DOCKER_REFERENCE:
description: 'wazuh-docker reference'
required: true
default: '4.10.0'
default: 'master'
PRODUCTS:
description: 'Comma-separated list of the image names to build and push'
default: 'wazuh-manager,wazuh-dashboard,wazuh-indexer'
Expand Down

0 comments on commit 570bf08

Please sign in to comment.