From 913c8dfbcbe77c5df704450b32044ddf712d8613 Mon Sep 17 00:00:00 2001 From: Carlos Bordon Date: Thu, 19 Mar 2026 10:18:47 -0300 Subject: [PATCH] Added wazuh installation assistant tools revision --- .github/workflows/Procedure_push_docker_images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Procedure_push_docker_images.yml b/.github/workflows/Procedure_push_docker_images.yml index 6ed3aa84..1ac30003 100644 --- a/.github/workflows/Procedure_push_docker_images.yml +++ b/.github/workflows/Procedure_push_docker_images.yml @@ -260,7 +260,8 @@ jobs: --indexer-revision $INDEXER_REVISION \ --manager-revision $MANAGER_REVISION \ --dashboard-revision $DASHBOARD_REVISION \ - --agent-revision $AGENT_REVISION + --agent-revision $AGENT_REVISION\ + --assistant-revision $ASSISTANT_REVISION - name: Save presigned URLs file to artifact if: ${{ inputs.dev == true }}