Fix ref name

This commit is contained in:
Victor Carlos Erenu
2025-12-18 22:11:57 +07:00
parent 323794b8a3
commit 2e6c22dc5c
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
uses: ./.github/workflows/Procedure_push_docker_images.yml uses: ./.github/workflows/Procedure_push_docker_images.yml
with: with:
image_tag: ${{ needs.prepare-variables.outputs.WAZUH_IMAGE_VERSION }} 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 }} revision: ${{ needs.prepare-variables.outputs.WAZUH_TAG_REVISION }}
reference: "latest" reference: "latest"
id: ${{ github.run_id }} id: ${{ github.run_id }}