diff --git a/action.yaml b/action.yaml index ad75b99..d094651 100644 --- a/action.yaml +++ b/action.yaml @@ -86,7 +86,7 @@ runs: step "Start pushing" "${{ inputs.image_name }}" for tag in "${tags[@]}" ; do - if ${{ inputs.push_command }} push ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:$tag ; then + if ${{ inputs.push_command }} push ${{ inputs.registry_server }}/${{ inputs.image_name }}:$tag ; then success "Image pushing" "${{ inputs.image_name }}:${tag}" else error "Failed" "pushing of image ${{ inputs.image_name }}:${tag}"