From 2e6c22dc5c2a1c0c02579af4904928be5dbd2447 Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Thu, 18 Dec 2025 22:11:57 +0700 Subject: [PATCH] Fix ref name --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2c1ed830..758ca74f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -36,7 +36,7 @@ jobs: uses: ./.github/workflows/Procedure_push_docker_images.yml with: image_tag: ${{ needs.prepare-variables.outputs.WAZUH_IMAGE_VERSION }} - docker_reference: ${{ github.ref_name }} + docker_reference: ${{ github.head_ref }} revision: ${{ needs.prepare-variables.outputs.WAZUH_TAG_REVISION }} reference: "latest" id: ${{ github.run_id }}