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