From 75ba0567d53584d6432aa5631259334985af8a3a Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 26 Dec 2025 13:01:41 +0100 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index dda37ad..81fd0a3 100644 --- a/action.yaml +++ b/action.yaml @@ -203,7 +203,7 @@ runs: registry_server: '${{ inputs.registry_server }}' registry_user: '${{ inputs.registry_user }}' registry_password: '${{ inputs.registry_password }}' - push_command: '${{ inputs.tag_command }}' + push_command: '${{ inputs.push_command }}' debug: ${{ inputs.debug }} - name: Push image failed