forked from wazuh/wazuh-docker
Fix ref name
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user